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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
Analysis.h 101 /// getFCmpCodeWithoutNaN - Given an ISD condition code comparing floats,
103 ISD::CondCode getFCmpCodeWithoutNaN(ISD::CondCode CC);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 212 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2163 Condition = getFCmpCodeWithoutNaN(Condition);
3224 Condition = getFCmpCodeWithoutNaN(Condition);
7259 Condition = getFCmpCodeWithoutNaN(Condition);

Completed in 28 milliseconds