Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h511 bool selectExtractValue(const User *U);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1641 bool FastISel::selectExtractValue(const User *U) { in selectExtractValue() function in FastISel
1795 return selectExtractValue(I); in selectOperator()