Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h531 bool selectFNeg(const User *I);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1713 bool FastISel::selectFNeg(const User *I) { in selectFNeg() function in FastISel
1809 return selectFNeg(I) || selectBinaryOp(I, ISD::FSUB); in selectOperator()