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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1344 std::pair<SDValue, SDValue> SplitVector(const SDValue &N, const SDLoc &DL,
1348 std::pair<SDValue, SDValue> SplitVector(const SDValue &N, const SDLoc &DL) { function in class:llvm::SelectionDAG
1351 return SplitVector(N, DL, LoVT, HiVT);
1358 return SplitVector(N->getOperand(OpNo), SDLoc(N));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7074 /// SplitVector - Split the vector with EXTRACT_SUBVECTOR and return the
7077 SelectionDAG::SplitVector(const SDValue &N, const SDLoc &DL, const EVT &LoVT, function in class:SelectionDAG

Completed in 479 milliseconds