reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2103 assert((Op.getValueType() == MVT::i32 || Op.getValueType() == MVT::i64) && 2103 assert((Op.getValueType() == MVT::i32 || Op.getValueType() == MVT::i64) && 2106 SDLoc DL(Op); 2107 SDValue LHS = Op.getOperand(0); 2108 SDValue RHS = Op.getOperand(1); 2110 switch (Op.getOpcode()) { 2133 bool IsSigned = Op.getOpcode() == ISD::SMULO; 2134 if (Op.getValueType() == MVT::i32) { 2182 assert(Op.getValueType() == MVT::i64 && "Expected an i64 value type"); 2207 SDVTList VTs = DAG.getVTList(Op->getValueType(0), MVT::i32);