Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h183 Value *lowerObjectSizeCall(IntrinsicInst *ObjectSize, const DataLayout &DL,
185 Value *lowerObjectSizeCall(IntrinsicInst *ObjectSize, const DataLayout &DL,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp142 NewValue = lowerObjectSizeCall(II, DL, &TLI, true); in lowerConstantIntrinsics()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp589 Value *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, in lowerObjectSizeCall() function in llvm
593 return lowerObjectSizeCall(ObjectSize, DL, TLI, /*AAResults=*/nullptr, in lowerObjectSizeCall()
597 Value *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, in lowerObjectSizeCall() function in llvm
H A DInlineCost.cpp1613 Value *V = lowerObjectSizeCall(&cast<IntrinsicInst>(CB), DL, nullptr, in simplifyIntrinsicCallObjectSize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2885 lowerObjectSizeCall(II, DL, &TLI, AA, /*MustSucceed=*/true); in visitAllocSite()
H A DInstCombineCalls.cpp1271 if (Value *V = lowerObjectSizeCall(II, DL, &TLI, AA, /*MustSucceed=*/false)) in visitCallInst()