Searched refs:newVT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1388 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 1389 if (newVT.isRound()) { in SimplifySetCC() 1396 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 1400 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 1402 newVT)), in SimplifySetCC() 1403 DAG.getConstant(0LL, newVT), Cond); in SimplifySetCC() 1444 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 1446 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 1447 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC() 1448 EVT NewSetCCVT = getSetCCResultType(*DAG.getContext(), newVT); in SimplifySetCC() [all …]
|