HomeSort by relevance Sort by last modified time
    Searched refs:m_FSub (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/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 413 m_FSub(const LHS &L, const RHS &R) {
    [all...]

Completed in 3046 milliseconds