Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h539 bool selectExtractValue(const User *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1520 bool FastISel::selectExtractValue(const User *U) { in selectExtractValue() function in FastISel
1667 return selectExtractValue(I); in selectOperator()