HomeSort by relevance Sort by last modified time
    Searched refs:m_FPOne (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 577 if (!match(RHS, m_FSub(m_FPOne(), m_UIToFP(m_Value(C)))))
580 if (match(RHS, m_FSub(m_FPOne(), m_UIToFP(m_Value(C)))) &&
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 348 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); }
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 49 milliseconds