Searched refs:ifBlock (Results 1 – 2 of 2) sorted by relevance
1198 CodeBlock ifBlock = CodeBlock.builder() in codeBlocks() local1208 .add("$L", ifBlock) in codeBlocks()
1688 const spirv::IdRef ifBlock = conditional->blockIds.front(); in startShortCircuit() local1689 const spirv::IdRef trueBlock = node->getOp() == EOpLogicalAnd ? ifBlock : mergeBlock; in startShortCircuit()1690 const spirv::IdRef falseBlock = node->getOp() == EOpLogicalOr ? ifBlock : mergeBlock; in startShortCircuit()