Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h539 bool selectExtractValue(const User *U);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1759 bool FastISel::selectExtractValue(const User *U) { in selectExtractValue() function in FastISel
1904 return selectExtractValue(I); in selectOperator()