Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CR

100   static LVILatticeVal getRange(ConstantRange CR) {
102 Res.markConstantRange(CR);
1044 ConstantRange CR = Result.getConstantRange();
1045 if (const APInt *SingleVal = CR.getSingleElement())
1060 ConstantRange CR = Result.getConstantRange();
1061 if (const APInt *SingleVal = CR.getSingleElement())
1089 ConstantRange CR = Result.getConstantRange();
1091 if (!CR.contains(CI->getValue()))
1094 if (CR.isSingleElement() && CR.contains(CI->getValue()))
1097 if (!CR.contains(CI->getValue()))
1100 if (CR.isSingleElement() && CR.contains(CI->getValue()))
1107 if (TrueValues.contains(CR))
1109 if (TrueValues.inverse().contains(CR))