Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CVal

4889     const APInt &CVal = CV->getAPIntValue();
4890 APInt NewVal = CVal & Mask;
4891 if (NewVal != CVal) {