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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp878 ConstantSDNode *CN, *CN1; local
929 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1))))
932 if (!(CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1))))
937 if (CN->getSExtValue() & CN1->getSExtValue())
951 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16639 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
16643 CN1 == nullptr || N->getValueType(0) != MVT::i64)
16654 SDValue ShiftBy = SDValue(CN1, 0);
16658 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8563 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); local
8564 if (!CN1)
8573 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10940 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); local
10941 if (!CN0 || !CN1 ||
10942 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20506 SDValue CN1 = N1.getOperand(0); local
20508 EVT CN1VT = CN1.getValueType();
20513 CN0.getValueType(), CN0, CN1, N2);

Completed in 574 milliseconds