Home
last modified time | relevance | path

Searched refs:CheckedZextOrTrunc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp367 static bool CheckedZextOrTrunc(APInt &I, unsigned IntTyBits) { in CheckedZextOrTrunc() function
418 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 ObjectSizeOffsetVisitor
777 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()
791 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h272 bool CheckedZextOrTrunc(APInt &I);