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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp150 EVT RoundVT = RoundBits == ValueBits ? local
169 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1244 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
1254 LD->getPointerInfo(), RoundVT, isVolatile, local
1283 LD->getPointerInfo(), RoundVT, isVolatile,
1561 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
1570 RoundVT,
1592 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 496 milliseconds