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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1018 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
1028 LD->getPointerInfo(), RoundVT, isVolatile, local
1057 LD->getPointerInfo(), RoundVT, isVolatile,
1250 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
1259 RoundVT,
1281 RoundVT, isVolatile, isNonTemporal, Alignment);
H A DSelectionDAGBuilder.cpp118 EVT RoundVT = RoundBits == ValueBits ? local
137 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);

Completed in 76 milliseconds