Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp255 Function *InvokeF = nullptr) { in lowerGetBlockInvoke() argument
269 if (InvokeF == nullptr) { in lowerGetBlockInvoke()
271 &InvokeF, nullptr); in lowerGetBlockInvoke()
272 assert(InvokeF); in lowerGetBlockInvoke()
274 assert(F->getType() == InvokeF->getType()); in lowerGetBlockInvoke()
275 CI->replaceUsesOfWith(F, InvokeF); in lowerGetBlockInvoke()