Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CR

94   static LVILatticeVal getRange(ConstantRange CR) {
96 Res.markConstantRange(CR);
1030 ConstantRange CR = Result.getConstantRange();
1031 if (const APInt *SingleVal = CR.getSingleElement())
1046 ConstantRange CR = Result.getConstantRange();
1047 if (const APInt *SingleVal = CR.getSingleElement())
1074 ConstantRange CR = Result.getConstantRange();
1076 if (!CR.contains(CI->getValue()))
1079 if (CR.isSingleElement() && CR.contains(CI->getValue()))
1082 if (!CR.contains(CI->getValue()))
1085 if (CR.isSingleElement() && CR.contains(CI->getValue()))
1092 if (TrueValues.contains(CR))
1094 if (TrueValues.inverse().contains(CR))