Searched defs:true_label (Results 1 – 6 of 6) sorted by relevance
1258 void CodeAssembler::GotoIf(TNode<IntegralT> condition, Label* true_label) { in GotoIf()1265 Label true_label(this); in GotoIfNot() local1270 void CodeAssembler::Branch(TNode<IntegralT> condition, Label* true_label, in Branch()1303 void CodeAssembler::Branch(TNode<BoolT> condition, Label* true_label, in Branch()
36 Label* true_label; member
657 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
661 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
719 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional()