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/
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/
DLowerConstantIntrinsics.cpp142 NewValue = lowerObjectSizeCall(II, DL, &TLI, true); in lowerConstantIntrinsics()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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
DInlineCost.cpp1613 Value *V = lowerObjectSizeCall(&cast<IntrinsicInst>(CB), DL, nullptr, in simplifyIntrinsicCallObjectSize()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2885 lowerObjectSizeCall(II, DL, &TLI, AA, /*MustSucceed=*/true); in visitAllocSite()
DInstCombineCalls.cpp1271 if (Value *V = lowerObjectSizeCall(II, DL, &TLI, AA, /*MustSucceed=*/false)) in visitCallInst()