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