Home | History | Annotate | Download | only in Analysis

Lines Matching full:constantrange

28 #include "llvm/IR/ConstantRange.h"
2268 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue());
2384 ConstantRange LHS_CR = Lower != Upper ? ConstantRange(Lower, Upper)
2385 : ConstantRange(Width, true);
2412 auto Satisfied_CR = ConstantRange::makeSatisfyingICmpRegion(Pred, RHS_CR);
2416 auto InversedSatisfied_CR = ConstantRange::makeSatisfyingICmpRegion(