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.cpp355 static bool CheckedZextOrTrunc(APInt &I, unsigned IntTyBits) { in CheckedZextOrTrunc() function
406 if (!CheckedZextOrTrunc(Size, IntTyBits)) in getAllocSize()
418 if (!CheckedZextOrTrunc(NumElems, IntTyBits)) in getAllocSize()
823 !::CheckedZextOrTrunc(ORT.Before, InitialIntTyBits)) in computeImpl()
825 if (ORT.knownAfter() && !::CheckedZextOrTrunc(ORT.After, InitialIntTyBits)) in computeImpl()
890 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor
891 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()
909 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h308 bool CheckedZextOrTrunc(APInt &I);