Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h512 bool selectExtractValue(const User *U);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1643 bool FastISel::selectExtractValue(const User *U) { in selectExtractValue() function in FastISel
1798 return selectExtractValue(I); in selectOperator()