Lines Matching refs:getConstantRange
136 ConstantRange getConstantRange() const { in getConstantRange() function in __anonb20e53550111::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()
1491 ConstantRange CR = Result.getConstantRange(); in getConstant()
1498 ConstantRange LazyValueInfo::getConstantRange(Value *V, BasicBlock *BB, in getConstantRange() function in LazyValueInfo
1509 return Result.getConstantRange(); in getConstantRange()
1525 ConstantRange CR = Result.getConstantRange(); in getConstantOnEdge()
1551 ConstantRange CR = Result.getConstantRange(); in getPredicateResult()