Searched refs:CastedValue (Results 1 – 2 of 2) sorted by relevance
259 struct CastedValue { struct265 explicit CastedValue(const Value *V) : V(V) {} in CastedValue() argument275 CastedValue withValue(const Value *NewV) const { in withValue() argument276 return CastedValue(NewV, ZExtBits, SExtBits, TruncBits); in withValue()280 CastedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue() argument292 CastedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue() argument300 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0); in withSExtOfValue()328 bool hasSameCastsAs(const CastedValue &Other) const { in hasSameCastsAs() argument336 CastedValue Val;343 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression()[all …]
868 auto CastedValue = [V, this]() { in VisitConcreteInt() local880 return VB.makeIntVal(CastedValue()); in VisitConcreteInt()884 return VB.makeIntLocVal(CastedValue()); in VisitConcreteInt()