Searched refs:CheckedZextOrTrunc (Results 1 – 2 of 2) sorted by relevance
380 static bool CheckedZextOrTrunc(APInt &I, unsigned IntTyBits) { in CheckedZextOrTrunc() function431 if (!CheckedZextOrTrunc(Size, IntTyBits)) in getAllocSize()443 if (!CheckedZextOrTrunc(NumElems, IntTyBits)) in getAllocSize()740 if (knownSize(SOT) && !::CheckedZextOrTrunc(SOT.first, InitialIntTyBits)) in compute()742 if (knownOffset(SOT) && !::CheckedZextOrTrunc(SOT.second, InitialIntTyBits)) in compute()775 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor776 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()793 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
241 bool CheckedZextOrTrunc(APInt &I);