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()710 if (knownSize(SOT) && !::CheckedZextOrTrunc(SOT.first, InitialIntTyBits)) in compute()712 if (knownOffset(SOT) && !::CheckedZextOrTrunc(SOT.second, InitialIntTyBits)) in compute()745 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor746 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()760 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
250 bool CheckedZextOrTrunc(APInt &I);