Home
last modified time | relevance | path

Searched refs:lowerObjectSizeCall (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h185 ConstantInt *lowerObjectSizeCall(IntrinsicInst *ObjectSize,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp445 ConstantInt *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, in lowerObjectSizeCall() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2300 ConstantInt *Result = lowerObjectSizeCall(II, DL, &TLI, in visitAllocSite()
H A DInstCombineCalls.cpp1925 lowerObjectSizeCall(II, DL, &TLI, /*MustSucceed=*/false)) in visitCallInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1710 lowerObjectSizeCall(II, *DL, TLInfo, /*MustSucceed=*/true); in optimizeCallInst()