Home
last modified time | relevance | path

Searched refs:InvokeTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h45 typename InvokeTy = const InvokeInst,
53 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase()
66 return CallSiteBase(static_cast<InvokeTy*>(II)); in get()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp390 FunctionType * InvokeTy = getBlockInvokeTy(F, blockArgIdx); in init() local
391 if(InvokeTy->getNumParams() > 1) setLocalArgBlock(blockArgIdx); in init()
400 FunctionType * InvokeTy = getBlockInvokeTy(F, blockArgIdx); in init() local
401 if(InvokeTy->getNumParams() > 1) { in init()
/external/llvm/include/llvm/IR/
DCallSite.h47 typename InvokeTy = const InvokeInst,
55 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase()
69 return CallSiteBase(static_cast<InvokeTy*>(II)); in get()