Searched refs:RoundVT (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 773 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); 782 RoundVT, 804 RoundVT, isVolatile, isNonTemporal, Alignment); 972 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); 982 LD->getPointerInfo(), RoundVT, isVolatile, 1011 LD->getPointerInfo(), RoundVT, isVolatile,
|
H A D | SelectionDAGBuilder.cpp | 120 EVT RoundVT = RoundBits == ValueBits ? local 139 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
|
Completed in 82 milliseconds