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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp116 ConstantRange getConstantRange() const { function in class:__anon6568::LVILatticeVal
260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
281 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", "
282 << Val.getConstantRange().getUpper() << '>';
729 ConstantRange LHSRange = LHSVal.getConstantRange();
862 TrueValues.intersectWith(InBlock.getConstantRange());
1030 ConstantRange CR = Result.getConstantRange();
1046 ConstantRange CR = Result.getConstantRange();
1074 ConstantRange CR = Result.getConstantRange();

Completed in 221 milliseconds