Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ConstantRange

18 #include "llvm/Support/ConstantRange.h"
802 ConstantRange LHSRange =
803 ConstantRange::makeICmpRegion(LHSCC, LHSCst->getValue());
804 ConstantRange RHSRange =
805 ConstantRange::makeICmpRegion(RHSCC, RHSCst->getValue());