Home
last modified time | relevance | path

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

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