Searched defs:newVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1361 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); local
1362 if (newVT.isRound()) {
1369 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr,
1373 DAG.getNode(ISD::AND, dl, newVT, NewLoad,
1375 newVT)),
1376 DAG.getConstant(0LL, newVT), Cond);
1417 EVT newVT = N0.getOperand(0).getValueType(); local
1419 (isOperationLegal(ISD::SETCC, newVT) &&
1420 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) {
1421 EVT NewSetCCVT = getSetCCResultType(*DAG.getContext(), newVT);
[all...]

Completed in 73 milliseconds