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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp791 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
800 RoundVT,
823 RoundVT, isVolatile, isNonTemporal, Alignment,
994 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
1004 LD->getPointerInfo(), RoundVT, isVolatile,
1033 LD->getPointerInfo(), RoundVT, isVolatile,
H A DSelectionDAGBuilder.cpp125 EVT RoundVT = RoundBits == ValueBits ? local
144 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);

Completed in 253 milliseconds