Searched refs:CN1 (Results 1 – 2 of 2) sorted by relevance
1401 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local1402 if (!CN1) in performSHLPtrCombine()1411 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
7204 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local7205 if (!CN0 || !CN1 || in tryCombineToBSL()7206 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()