Searched refs:getConstantRange (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp130 ConstantRange getConstantRange() const { function in class:__anon2397::LVILatticeVal
270 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
291 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", "
292 << Val.getConstantRange().getUpper() << '>';
830 ConstantRange LHSRange = LHSVal.getConstantRange();
1007 Result.getConstantRange().getSingleElement())
1030 Result.getConstantRange().intersectWith(InBlock.getConstantRange());
1215 ConstantRange CR = Result.getConstantRange();
1234 ConstantRange CR = Result.getConstantRange();
[all...]

Completed in 106 milliseconds