Searched refs:getConstantRange (Results 1 – 3 of 3) sorted by relevance
136 ConstantRange getConstantRange() const { in getConstantRange() function in __anon33ceafee0111::LVILatticeVal271 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 …]
116 ConstantRange getConstantRange() const { in getConstantRange() function in __anon7d505c1a0111::LVILatticeVal260 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()
87 ConstantRange getConstantRange(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr);