Lines Matching defs:test
2766 SpvId test = this->writeExpression(*t.test(), out);
2774 this->writeInstruction(SpvOpSelect, this->getType(type), result, test, trueId, falseId,
2787 this->writeInstruction(SpvOpBranchConditional, test, trueLabel, falseLabel, out);
3209 SpvId test = this->writeExpression(*stmt.test(), out);
3215 this->writeInstruction(SpvOpBranchConditional, test, ifTrue, ifFalse, out);
3229 this->writeInstruction(SpvOpBranchConditional, test, ifTrue, ifFalse, out);
3255 if (f.test()) {
3256 SpvId test = this->writeExpression(*f.test(), out);
3257 this->writeInstruction(SpvOpBranchConditional, test, body, end, out);
3296 SpvId test = this->writeExpression(*d.test(), out);
3297 this->writeInstruction(SpvOpBranchConditional, test, header, end, out);