Searched refs:CN1 (Results 1 – 2 of 2) sorted by relevance
1776 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local1777 if (!CN1) in performSHLPtrCombine()1786 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
7785 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local7786 if (!CN0 || !CN1 || in tryCombineToBSL()7787 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()