Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp136 ConstantRange getConstantRange() const { in getConstantRange() function in __anon5917926d0111::LVILatticeVal
271 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); in mergeIn()
292 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
293 << Val.getConstantRange().getUpper() << '>'; in operator <<()
303 Val.getConstantRange().isSingleElement()) in hasSingleValue()
354 A.getConstantRange().intersectWith(B.getConstantRange()); in intersect()
910 ConstantRange TrueCR = TrueVal.getConstantRange(); in solveBlockValueSelect()
911 ConstantRange FalseCR = FalseVal.getConstantRange(); in solveBlockValueSelect()
1046 LHSRange = LHSVal.getConstantRange(); in solveBlockValueCast()
1123 LHSRange = LHSVal.getConstantRange(); in solveBlockValueBinaryOp()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp116 ConstantRange getConstantRange() const { in getConstantRange() function in __anond3f06b990111::LVILatticeVal
260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); in mergeIn()
281 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
282 << Val.getConstantRange().getUpper() << '>'; in operator <<()
729 ConstantRange LHSRange = LHSVal.getConstantRange(); in solveBlockValueConstantRange()
862 TrueValues.intersectWith(InBlock.getConstantRange()); in getEdgeValue()
1030 ConstantRange CR = Result.getConstantRange(); in getConstant()
1046 ConstantRange CR = Result.getConstantRange(); in getConstantOnEdge()
1074 ConstantRange CR = Result.getConstantRange(); in getPredicateOnEdge()
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h87 ConstantRange getConstantRange(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr);