Lines Matching refs:newVT
4339 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local
4340 if (newVT.isRound() && in SimplifySetCC()
4341 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) { in SimplifySetCC()
4347 DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC()
4351 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC()
4353 dl, newVT)), in SimplifySetCC()
4354 DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC()
4397 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local
4399 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC()
4400 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
4401 EVT NewSetCCVT = getSetCCResultType(Layout, *DAG.getContext(), newVT); in SimplifySetCC()
4402 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()