Searched refs:CN0 (Results 1 – 1 of 1) sorted by relevance
7203 ConstantSDNode *CN0 = dyn_cast<ConstantSDNode>(BVN0->getOperand(k)); in tryCombineToBSL() local7205 if (!CN0 || !CN1 || in tryCombineToBSL()7206 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()