Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h185 ConstantInt *lowerObjectSizeCall(IntrinsicInst *ObjectSize,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp445 ConstantInt *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, in lowerObjectSizeCall() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2165 ConstantInt *Result = lowerObjectSizeCall(II, DL, &TLI, in visitAllocSite()
DInstCombineCalls.cpp1950 lowerObjectSizeCall(II, DL, &TLI, /*MustSucceed=*/false)) in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1684 lowerObjectSizeCall(II, *DL, TLInfo, /*MustSucceed=*/true); in optimizeCallInst()