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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 508 match(Opnd0, m_FMul(m_Value(Opnd0_0), m_Value(Opnd0_1)))) {
860 if (match(Op0, m_FMul(m_Value(X), m_ConstantFP(C1)))) {
900 if (match(Op1, m_FMul(m_Value(X), m_ConstantFP(C2))))
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 425 m_FMul(const LHS &L, const RHS &R) {

Completed in 80 milliseconds