Lines Matching defs:newVT
4671 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), width);
4672 if (!shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT))
4685 *DAG.getContext(), Layout, newVT, Lod->getAddressSpace(),
4701 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth);
4706 DAG.getLoad(newVT, dl, Lod->getChain(), Ptr,
4710 DAG.getNode(ISD::AND, dl, newVT, NewLoad,
4711 DAG.getConstant(bestMask.trunc(bestWidth), dl, newVT));
4712 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0LL, dl, newVT), Cond);
4754 EVT newVT = N0.getOperand(0).getValueType();
4756 (isOperationLegal(ISD::SETCC, newVT) &&
4757 isCondCodeLegal(Cond, newVT.getSimpleVT()))) {
4758 EVT NewSetCCVT = getSetCCResultType(Layout, *DAG.getContext(), newVT);
4759 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT);