Home
last modified time | relevance | path

Searched refs:isInAllocaArgument (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h612 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
DInstrTypes.h1551 bool isInAllocaArgument(unsigned ArgNo) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp101 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
DInstCombineCalls.cpp4636 if (Call.isInAllocaArgument(i)) in transformConstExprCastCall()