Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h502 bool selectFNeg(const User *I, const Value *In);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1616 bool FastISel::selectFNeg(const User *I, const Value *In) { in selectFNeg() function in FastISel
1738 return selectFNeg(I, I->getOperand(0)); in selectOperator()