Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
710 if (knownSize(SOT) && !::CheckedZextOrTrunc(SOT.first, InitialIntTyBits)) in compute()
712 if (knownOffset(SOT) && !::CheckedZextOrTrunc(SOT.second, InitialIntTyBits)) in compute()
745 bool ObjectSizeOffsetVisitor::CheckedZextOrTrunc(APInt &I) { in CheckedZextOrTrunc() function in ObjectSizeOffsetVisitor
746 return ::CheckedZextOrTrunc(I, IntTyBits); in CheckedZextOrTrunc()
760 if (!CheckedZextOrTrunc(NumElems)) in visitAllocaInst()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h250 bool CheckedZextOrTrunc(APInt &I);