Home | History | Annotate | Download | only in InstCombine

Lines Matching full:constantrange

16 #include "llvm/IR/ConstantRange.h"
979 ConstantRange LHSRange =
980 ConstantRange::makeAllowedICmpRegion(LHSCC, LHSCst->getValue());
981 ConstantRange RHSRange =
982 ConstantRange::makeAllowedICmpRegion(RHSCC, RHSCst->getValue());