Searched refs:makeLocAsInteger (Results 1 – 2 of 2) sorted by relevance
700 return VB.makeLocAsInteger(V, BitWidth); in VisitGotoLabel()767 return VB.makeLocAsInteger(Val.castAs<Loc>(), BitWidth); in VisitMemRegionVal()947 return VB.makeLocAsInteger(L, CastSize); in VisitLocAsInteger()
329 NonLoc makeLocAsInteger(Loc loc, unsigned bits) { in makeLocAsInteger() function