Searched refs:getTrueBlock (Results 1 – 8 of 8) sorted by relevance
106 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()107 node->getTrueBlock()->traverse(this); in visitSelection()
1104 if (node->getTrueBlock()) { in visitSelection()1106 node->getTrueBlock()->traverse(this); in visitSelection()
3596 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
353 if (node->getTrueBlock()) { in visitSelection()355 node->getTrueBlock()->traverse(this); in visitSelection()
624 TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
1745 TIntermNode *trueBlock = node->getTrueBlock(); in visitSelection()3031 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
2524 if (node->getTrueBlock() == nullptr || in visitSelection()2540 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()2548 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()2560 node->getTrueBlock()->traverse(this); in visitSelection()2561 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()2563 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()2628 if (node->getTrueBlock() != nullptr) { in visitSelection()2629 node->getTrueBlock()->traverse(this); in visitSelection()2631 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
1580 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function