Home
last modified time | relevance | path

Searched refs:EnvVT (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1885 std::pair<EVT, EVT> GetDependentSplitDestVTs(const EVT &VT, const EVT &EnvVT,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10115 SelectionDAG::GetDependentSplitDestVTs(const EVT &VT, const EVT &EnvVT, in GetDependentSplitDestVTs() argument
10124 ElementCount EnvNumElts = EnvVT.getVectorElementCount(); in GetDependentSplitDestVTs()
10129 LoVT = EnvVT; in GetDependentSplitDestVTs()
10136 HiVT = EnvVT; in GetDependentSplitDestVTs()