Lines Matching defs:e2
1127 void LLVMIRBuilder::VisitMod(GateRef gate, GateRef e1, GateRef e2) in VisitMod()
1408 void LLVMIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd()
1450 void LLVMIRBuilder::VisitSub(GateRef gate, GateRef e1, GateRef e2) in VisitSub()
1486 void LLVMIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul()
1610 void LLVMIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp()
1675 void LLVMIRBuilder::VisitIntDiv(GateRef gate, GateRef e1, GateRef e2) in VisitIntDiv()
1683 void LLVMIRBuilder::VisitUDiv(GateRef gate, GateRef e1, GateRef e2) in VisitUDiv()
1691 void LLVMIRBuilder::VisitFloatDiv(GateRef gate, GateRef e1, GateRef e2) in VisitFloatDiv()
1700 void LLVMIRBuilder::VisitIntOr(GateRef gate, GateRef e1, GateRef e2) in VisitIntOr()
1715 void LLVMIRBuilder::VisitIntAnd(GateRef gate, GateRef e1, GateRef e2) in VisitIntAnd()
1723 void LLVMIRBuilder::VisitIntXor(GateRef gate, GateRef e1, GateRef e2) in VisitIntXor()
1731 void LLVMIRBuilder::VisitIntLsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsr()
1739 void LLVMIRBuilder::VisitIntAsr(GateRef gate, GateRef e1, GateRef e2) in VisitIntAsr()
1754 void LLVMIRBuilder::VisitIntLsl(GateRef gate, GateRef e1, GateRef e2) in VisitIntLsl()