Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h503 bool selectFNeg(const User *I, const Value *In);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1601 bool FastISel::selectFNeg(const User *I, const Value *In) { in selectFNeg() function in FastISel
1723 return selectFNeg(I, I->getOperand(0)); in selectOperator()