Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h542 bool selectExtractValue(const User *I);
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1452 bool FastISel::selectExtractValue(const User *U) { in selectExtractValue() function in FastISel
1599 return selectExtractValue(I); in selectOperator()