Searched refs:CheckedZextOrTrunc (Results 1 – 2 of 2) sorted by relevance
355 static bool CheckedZextOrTrunc(APInt &I, unsigned IntTyBits) { in CheckedZextOrTrunc() function406 if (!CheckedZextOrTrunc(Size, IntTyBits)) in getAllocSize()418 if (!CheckedZextOrTrunc(NumElems, IntTyBits)) in getAllocSize()823 !::CheckedZextOrTrunc(ORT.Before, InitialIntTyBits)) in computeImpl()825 if (ORT.knownAfter() && !::CheckedZextOrTrunc(ORT.After, InitialIntTyBits)) in computeImpl()890 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor891 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()909 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
308 bool CheckedZextOrTrunc(APInt &I);