Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h509 bool selectFNeg(const User *I, const Value *In);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1600 bool FastISel::selectFNeg(const User *I, const Value *In) { in selectFNeg() function in FastISel
1722 return selectFNeg(I, I->getOperand(0)); in selectOperator()