Searched refs:CastedValue (Results 1 – 2 of 2) sorted by relevance
243 struct CastedValue { struct249 explicit CastedValue(const Value *V) : V(V) {} in CastedValue() function259 CastedValue withValue(const Value *NewV) const { in withValue() argument260 return CastedValue(NewV, ZExtBits, SExtBits, TruncBits); in withValue()264 CastedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue() argument276 CastedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue() argument284 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0); in withSExtOfValue()312 bool hasSameCastsAs(const CastedValue &Other) const { in hasSameCastsAs() argument320 CastedValue Val;327 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression()[all …]
861 auto CastedValue = [V, this]() { in VisitNonLocConcreteInt() local873 return VB.makeIntVal(CastedValue()); in VisitNonLocConcreteInt()877 return VB.makeIntLocVal(CastedValue()); in VisitNonLocConcreteInt()