Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h510 bool selectFNeg(const User *I, const Value *In);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1724 bool FastISel::selectFNeg(const User *I, const Value *In) { in selectFNeg() function in FastISel
1846 return selectFNeg(I, I->getOperand(0)); in selectOperator()