Home
last modified time | relevance | path

Searched refs:newVT (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3680 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local
3681 if (newVT.isRound() && in SimplifySetCC()
3682 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) { in SimplifySetCC()
3688 DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC()
3692 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC()
3694 dl, newVT)), in SimplifySetCC()
3695 DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC()
3738 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local
3740 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC()
3741 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
[all …]