Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.cpp859 ConstantSDNode *CN, *CN1; in performORCombine() local
910 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1)))) in performORCombine()
913 if (!(CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)))) in performORCombine()
918 if (CN->getSExtValue() & CN1->getSExtValue()) in performORCombine()
932 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy) in performORCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp17239 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)); in combineSHL() local
17242 N0.getOperand(0).getValueType() != MVT::i32 || CN1 == nullptr || in combineSHL()
17254 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL()
17258 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9462 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local
9463 if (!CN1) in performSHLPtrCombine()
9472 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp16094 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local
16095 if (!CN0 || !CN1 || in tryCombineToBSL()
16096 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp24595 SDValue CN1 = N1.getOperand(0); in visitINSERT_SUBVECTOR() local
24597 EVT CN1VT = CN1.getValueType(); in visitINSERT_SUBVECTOR()
24602 CN0.getValueType(), CN0, CN1, N2); in visitINSERT_SUBVECTOR()