Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h502 bool selectFNeg(const User *I, const Value *In);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1599 bool FastISel::selectFNeg(const User *I, const Value *In) { in selectFNeg() function in FastISel
1721 return selectFNeg(I, I->getOperand(0)); in selectOperator()