Lines Matching refs:newVT
1548 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local
1549 if (newVT.isRound()) { in SimplifySetCC()
1556 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC()
1560 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC()
1562 dl, newVT)), in SimplifySetCC()
1563 DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC()
1604 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local
1606 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC()
1607 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC()
1609 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), newVT); in SimplifySetCC()
1610 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()