Searched defs:ifFalse (Results 1 – 7 of 7) sorted by relevance
87 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local125 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local
913 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
986 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
163 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithIfBranch() local2184 GateRef ifFalse = builder_.IfFalse(ifBranch); in LowerConditionJump() local
51 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
80 auto ifFalse = circuit.NewGate(circuit.IfFalse(), in HWTEST_F_L0() local553 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
794 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()