Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp393 return APInt(IntTyBits, RoundUpToAlignment(Size.getZExtValue(), Align)); in align()
407 IntTyBits = DL.getPointerTypeSizeInBits(V->getType()); in compute()
408 Zero = APInt::getNullValue(IntTyBits); in compute()
447 APInt Size(IntTyBits, DL.getTypeAllocSize(I.getAllocatedType())); in visitAllocaInst()
453 Size *= C->getValue().zextOrSelf(IntTyBits); in visitAllocaInst()
466 APInt Size(IntTyBits, DL.getTypeAllocSize(PT->getElementType())); in visitArgument()
478 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0))); in visitCallSite()
488 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits); in visitCallSite()
499 APInt Size = Arg->getValue().zextOrSelf(IntTyBits); in visitCallSite()
508 Size *= Arg->getValue().zextOrSelf(IntTyBits); in visitCallSite()
[all …]
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h156 unsigned IntTyBits; variable