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

  /external/llvm/unittests/IR/
PatternMatch.cpp 53 EXPECT_TRUE(m_OrdFMax(m_Value(MatchL), m_Value(MatchR)).match(Select));
63 EXPECT_FALSE(m_OrdFMax(m_Value(MatchL), m_Value(MatchR)).match(Select));
  /external/llvm/include/llvm/Support/
PatternMatch.h 970 /// m_OrdFMax(L, R) = R iff L or R are NaN
973 m_OrdFMax(const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1406 milliseconds