Home | History | Annotate | Download | only in X86

Lines Matching refs:MaskConst

20378   if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask))
20379 if (MaskConst->getZExtValue() & 0x1)
38383 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst);
38385 N->getOperand(0)->getOperand(0), MaskConst);