Lines Matching refs:ifTrue
2767 if (t.ifTrue()->type().columns() == 1 &&
2768 t.ifTrue()->isCompileTimeConstant() &&
2772 SpvId trueId = this->writeExpression(*t.ifTrue(), out);
2789 this->writeInstruction(SpvOpStore, var, this->writeExpression(*t.ifTrue(), out), out);
3210 SpvId ifTrue = this->nextId(nullptr);
3215 this->writeInstruction(SpvOpBranchConditional, test, ifTrue, ifFalse, out);
3216 this->writeLabel(ifTrue, out);
3217 this->writeStatement(*stmt.ifTrue(), out);
3229 this->writeInstruction(SpvOpBranchConditional, test, ifTrue, ifFalse, out);
3230 this->writeLabel(ifTrue, out);
3231 this->writeStatement(*stmt.ifTrue(), out);