Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp389 const size_t blockArgIdx = 0; in init() local
390 FunctionType * InvokeTy = getBlockInvokeTy(F, blockArgIdx); in init()
391 if(InvokeTy->getNumParams() > 1) setLocalArgBlock(blockArgIdx); in init()
399 const size_t blockArgIdx = 6; in init() local
400 FunctionType * InvokeTy = getBlockInvokeTy(F, blockArgIdx); in init()
402 setLocalArgBlock(blockArgIdx); in init()
403 addUnsignedArg(blockArgIdx + 1); in init()
404 setVarArg(blockArgIdx + 2); in init()