Lines Matching defs:newVT
4718 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), width);
4719 if (!shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT))
4732 *DAG.getContext(), Layout, newVT, Lod->getAddressSpace(),
4748 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth);
4753 DAG.getLoad(newVT, dl, Lod->getChain(), Ptr,
4757 DAG.getNode(ISD::AND, dl, newVT, NewLoad,
4758 DAG.getConstant(bestMask.trunc(bestWidth), dl, newVT));
4759 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0LL, dl, newVT), Cond);
4801 EVT newVT = N0.getOperand(0).getValueType();
4804 (isOperationLegal(ISD::SETCC, newVT) &&
4805 isCondCodeLegal(Cond, newVT.getSimpleVT()) &&
4806 isTypeDesirableForOp(ISD::SETCC, newVT))) {
4807 EVT NewSetCCVT = getSetCCResultType(Layout, *DAG.getContext(), newVT);
4808 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT);