Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h531 bool selectFNeg(const User *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1477 bool FastISel::selectFNeg(const User *I) { in selectFNeg() function in FastISel
1571 return selectFNeg(I); in selectOperator()