Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp380 static bool CheckedZextOrTrunc(APInt &I, unsigned IntTyBits) { in CheckedZextOrTrunc() function
431 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 ObjectSizeOffsetVisitor
776 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()
793 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h241 bool CheckedZextOrTrunc(APInt &I);