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