Searched refs:getTrueBlock (Results 1 – 18 of 18) sorted by relevance
106 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()107 node->getTrueBlock()->traverse(this); in visitSelection()
1155 if (node->getTrueBlock()) { in visitSelection()1157 node->getTrueBlock()->traverse(this); in visitSelection()
3806 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
3831 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
104 new TIntermIfElse(conditionSymbolSel, ifElse->getTrueBlock(), falseBlock); in rewriteIfElse()
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()3050 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
524 if (node->getTrueBlock()) in visitIfElse()527 node->getTrueBlock()->traverse(this); in visitIfElse()
2673 if (node->getTrueBlock()) in writeIfElse()2676 node->getTrueBlock()->traverse(this); in writeIfElse()2679 discard = (discard || FindDiscard::search(node->getTrueBlock())); in writeIfElse()
893 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock() function
898 visitCodeBlock(node->getTrueBlock()); in visitIfElse()
3131 if (node->getTrueBlock() == nullptr || in visitSelection()3145 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()3153 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()3165 node->getTrueBlock()->traverse(this); in visitSelection()3166 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()3168 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()3235 if (node->getTrueBlock() != nullptr) { in visitSelection()3236 node->getTrueBlock()->traverse(this); in visitSelection()3238 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
1660 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function