Lines Matching refs:WideVT
3361 EVT WideVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits() * 2); in ExpandNode() local
3377 } else if (TLI.isTypeLegal(WideVT)) { in ExpandNode()
3378 LHS = DAG.getNode(Ops[isSigned][2], dl, WideVT, LHS); in ExpandNode()
3379 RHS = DAG.getNode(Ops[isSigned][2], dl, WideVT, RHS); in ExpandNode()
3380 Tmp1 = DAG.getNode(ISD::MUL, dl, WideVT, LHS, RHS); in ExpandNode()
3391 if (WideVT == MVT::i16) in ExpandNode()
3393 else if (WideVT == MVT::i32) in ExpandNode()
3395 else if (WideVT == MVT::i64) in ExpandNode()
3397 else if (WideVT == MVT::i128) in ExpandNode()
3431 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode()
3434 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode()