Searched refs:getTrueBlock (Results 1 – 19 of 19) sorted by relevance
125 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()126 node->getTrueBlock()->traverse(this); in visitSelection()
1190 if (node->getTrueBlock()) { in visitSelection()1192 node->getTrueBlock()->traverse(this); in visitSelection()
3889 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
1186 if (node->getTrueBlock()) { in visitSelection()1188 node->getTrueBlock()->traverse(this); in visitSelection()
3871 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
104 new TIntermIfElse(conditionSymbolSel, ifElse->getTrueBlock(), falseBlock); in rewriteIfElse()
539 if (node->getTrueBlock()) in visitIfElse()542 node->getTrueBlock()->traverse(this); in visitIfElse()
929 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock() function
605 pushStmt(*new TIntermIfElse(newCond, node.getTrueBlock(), node.getFalseBlock())); in visitIfElsePost()
2947 if (node->getTrueBlock()) in writeIfElse()2950 node->getTrueBlock()->traverse(this); in writeIfElse()2953 discard = (discard || FindDiscard::search(node->getTrueBlock())); in writeIfElse()
668 auto *const true_ = node.getTrueBlock(); in traverseIfElseChildren()
1866 TIntermBlock *thenNode = ifThenElseNode->getTrueBlock(); in visitIfElse()
850 visitCodeBlock(node->getTrueBlock()); in visitIfElse()
5278 if (node->getTrueBlock() == nullptr && node->getFalseBlock() == nullptr) in visitIfElse()5296 if (node->getTrueBlock()) in visitIfElse()5308 if (node->getTrueBlock()) in visitIfElse()5310 node->getTrueBlock()->traverse(this); in visitIfElse()
1755 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
1751 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
3815 if (node->getTrueBlock() == nullptr || in visitSelection()3829 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()3837 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()3850 node->getTrueBlock()->traverse(this); in visitSelection()3851 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()3936 if (node->getTrueBlock() != nullptr) { in visitSelection()3937 node->getTrueBlock()->traverse(this); in visitSelection()3939 spv::Id load = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3871 if (node->getTrueBlock() == nullptr || in visitSelection()3885 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()3893 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()3906 node->getTrueBlock()->traverse(this); in visitSelection()3907 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()3992 if (node->getTrueBlock() != nullptr) { in visitSelection()3993 node->getTrueBlock()->traverse(this); in visitSelection()3995 spv::Id load = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()