Home
last modified time | relevance | path

Searched refs:InAllocaArg (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp2537 Value *InAllocaArg = CS.getArgument(FTy->getNumParams() - 1); in verifyCallSite() local
2538 if (auto AI = dyn_cast<AllocaInst>(InAllocaArg->stripInBoundsOffsets())) in verifyCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp2748 Value *InAllocaArg = CS.getArgument(FTy->getNumParams() - 1); in verifyCallSite() local
2749 if (auto AI = dyn_cast<AllocaInst>(InAllocaArg->stripInBoundsOffsets())) in verifyCallSite()