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