HomeSort by: relevance | last modified time | path
    Searched refs:CN1 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 876 ConstantSDNode *CN, *CN1;
927 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1))))
930 if (!(CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1))))
935 if (CN->getSExtValue() & CN1->getSExtValue())
949 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 16476 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1));
16479 N0.getOperand(0).getValueType() != MVT::i32 || CN1 == nullptr ||
16491 SDValue ShiftBy = SDValue(CN1, 0);
16495 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 8826 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1);
8827 if (!CN1)
8836 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 21473 SDValue CN1 = N1.getOperand(0);
21475 EVT CN1VT = CN1.getValueType();
21480 CN0.getValueType(), CN0, CN1, N2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 12675 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k));
12676 if (!CN0 || !CN1 ||
12677 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) {

Completed in 93 milliseconds