Searched defs:condGoto (Results 1 – 2 of 2) sorted by relevance
319 CondGotoNode *condGoto = builder->CreateStmtCondGoto(eqNode, OP_brtrue, caseGotoLabel); in LowerSwitchStmt() local330 CondGotoNode *condGoto = builder->CreateStmtCondGoto(ltNode, OP_brtrue, defaultLabel); in LowerSwitchStmt() local651 CondGotoNode *condGoto = static_cast<CondGotoNode *>(stmt); in LowerCandCior() local
3182 …explicit GotoMeStmt(const GotoMeStmt &condGoto) : MeStmt(MeStmt(condGoto.GetOp())), offset(condGot… in GotoMeStmt()3212 explicit CondGotoMeStmt(const CondGotoMeStmt &condGoto) in CondGotoMeStmt()