Searched refs:CastSize (Results 1 – 2 of 2) sorted by relevance
943 const unsigned CastSize = Context.getIntWidth(CastTy); in VisitLocAsInteger() local944 if (CastSize == V.getNumBits()) in VisitLocAsInteger()947 return VB.makeLocAsInteger(L, CastSize); in VisitLocAsInteger()
268 def CastSizeChecker : Checker<"CastSize">,