Searched refs:CheckedZextOrTrunc (Results 1 – 2 of 2) sorted by relevance
367 static bool CheckedZextOrTrunc(APInt &I, unsigned IntTyBits) { in CheckedZextOrTrunc() function418 if (!CheckedZextOrTrunc(Size, IntTyBits)) in getAllocSize()430 if (!CheckedZextOrTrunc(NumElems, IntTyBits)) in getAllocSize()733 if (SOT.knownSize() && !::CheckedZextOrTrunc(SOT.Size, InitialIntTyBits)) in computeImpl()736 !::CheckedZextOrTrunc(SOT.Offset, InitialIntTyBits)) in computeImpl()776 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor777 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()791 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
272 bool CheckedZextOrTrunc(APInt &I);