Lines Matching full:constantrange
23 #include "llvm/IR/ConstantRange.h"
849 static bool isContiguous(const ConstantRange &A, const ConstantRange &B) {
853 static bool canBeMerged(const ConstantRange &A, const ConstantRange &B) {
859 ConstantRange NewRange(Low->getValue(), High->getValue());
863 ConstantRange LastRange(LB, LE);
865 ConstantRange Union = LastRange.unionWith(NewRange);
946 ConstantRange Range(EndPoints[0]->getValue(), EndPoints[1]->getValue());