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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 415 if (match(I->getOperand(0), m_SpecificFP(0.5)))
417 else if (match(I->getOperand(1), m_SpecificFP(0.5)))
551 if (match(Op1, m_SpecificFP(-1.0))) {
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 343 inline specific_fpval m_SpecificFP(double V) { return specific_fpval(V); }
346 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); }
    [all...]

Completed in 714 milliseconds