HomeSort by: relevance | last modified time | path
    Searched refs:selectFNeg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 502 bool selectFNeg(const User *I, const Value *In);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1599 bool FastISel::selectFNeg(const User *I, const Value *In) {
1721 return selectFNeg(I, I->getOperand(0));

Completed in 185 milliseconds