Searched defs:AddOperand (Results 1 – 3 of 3) sorted by relevance
130 struct AddOperand { struct131 using resultType = Expr;132 constexpr AddOperand() {} in AddOperand() argument133 static inline std::optional<Expr> Parse(ParseState &state) { in Parse()
372 void InstrEmitter::AddOperand(MachineInstrBuilder &MIB, in AddOperand() function in InstrEmitter
991 SDValue AddOperand = ROOTNode->getOperand(0).getOpcode() == ISD::MUL in performMADD_MSUBCombine() local