Searched refs:newVT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1431 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 1432 if (newVT.isRound()) { in SimplifySetCC() 1439 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 1443 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 1445 dl, newVT)), in SimplifySetCC() 1446 DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC() 1487 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 1489 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 1490 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC() 1492 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), newVT); in SimplifySetCC() [all …]
|