Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp137 NewValue = lowerObjectSizeCall(II, DL, TLI, true); in lowerConstantIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h226 Value *lowerObjectSizeCall(IntrinsicInst *ObjectSize, const DataLayout &DL,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp526 Value *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, in lowerObjectSizeCall() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp894 if (Value *V = lowerObjectSizeCall(II, DL, &TLI, /*MustSucceed=*/false)) in visitCallInst()
H A DInstructionCombining.cpp2638 lowerObjectSizeCall(II, DL, &TLI, /*MustSucceed=*/true); in visitAllocSite()