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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2050 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); local
2051 if (newVT.isRound()) {
2058 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr,
2062 DAG.getNode(ISD::AND, dl, newVT, NewLoad,
2064 newVT)),
2065 DAG.getConstant(0LL, newVT), Cond);
2106 EVT newVT = N0.getOperand(0).getValueType(); local
2108 (isOperationLegal(ISD::SETCC, newVT) &&
2109 getCondCodeAction(Cond, newVT)==Legal))
2111 DAG.getConstant(C1.trunc(InSize), newVT),
[all...]

Completed in 61 milliseconds