Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CR

1364       ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV)
1368 if (CR.getLower().isSignBit()) {
1370 ConstantInt::get(ICI.getContext(),CR.getUpper()));
1371 } else if (CR.getUpper().isSignBit()) {
1373 ConstantInt::get(ICI.getContext(),CR.getLower()));
1376 if (CR.getLower().isMinValue()) {
1378 ConstantInt::get(ICI.getContext(),CR.getUpper()));
1379 } else if (CR.getUpper().isMinValue()) {
1381 ConstantInt::get(ICI.getContext(),CR.getLower()));