Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h518 bool selectExtractValue(const User *U);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1642 bool FastISel::selectExtractValue(const User *U) { in selectExtractValue() function in FastISel
1797 return selectExtractValue(I); in selectOperator()