Searched refs:CMask (Results 1 – 4 of 4) sorted by relevance
280 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in instCombineIntrinsic() local281 if (!CMask) { in instCombineIntrinsic()293 uint32_t Mask = CMask->getZExtValue(); in instCombineIntrinsic()
4478 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local4479 if (!CMask) in computeKnownBitsForTargetNode()4484 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode()
9471 if (const ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Mask)) { in performClassCombine() local9472 if (CMask->isNullValue()) in performClassCombine()
13648 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local13649 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()