Searched refs:makeLocAsInteger (Results 1 – 2 of 2) sorted by relevance
693 return VB.makeLocAsInteger(V, BitWidth); in VisitLocGotoLabel()760 return VB.makeLocAsInteger(Val.castAs<Loc>(), BitWidth); in VisitLocMemRegionVal()940 return VB.makeLocAsInteger(L, CastSize); in VisitNonLocLocAsInteger()
308 NonLoc makeLocAsInteger(Loc loc, unsigned bits) { in makeLocAsInteger() function