Searched defs:SplitVector (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1246 std::pair<SDValue, SDValue> SplitVector(const SDValue &N, const SDLoc &DL, 1250 std::pair<SDValue, SDValue> SplitVector(const SDValue &N, const SDLoc &DL) { function in class:llvm::SelectionDAG 1253 return SplitVector(N, DL, LoVT, HiVT); 1260 return SplitVector(N->getOperand(OpNo), SDLoc(N));
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7118 /// SplitVector - Split the vector with EXTRACT_SUBVECTOR and return the 7121 SelectionDAG::SplitVector(const SDValue &N, const SDLoc &DL, const EVT &LoVT, function in class:SelectionDAG
|
Completed in 1303 milliseconds