Lines Matching defs:CN1
18735 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k));18736 if (!CN0 || !CN1 ||18737 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) {