Searched refs:CN1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp877 ConstantSDNode *CN, *CN1; local
928 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1))))
931 if (!(CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1))))
936 if (CN->getSExtValue() & CN1->getSExtValue())
950 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15499 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
15503 CN1 == nullptr || N->getValueType(0) != MVT::i64)
15514 SDValue ShiftBy = SDValue(CN1, 0);
15518 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10179 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); local
10180 if (!CN0 || !CN1 ||
10181 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8086 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); local
8087 if (!CN1)
8096 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19609 SDValue CN1 = N1.getOperand(0); local
19611 EVT CN1VT = CN1.getValueType();
19616 CN0.getValueType(), CN0, CN1, N2);

Completed in 407 milliseconds