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

  /external/llvm/unittests/IR/
PatternMatch.cpp 244 EXPECT_TRUE(m_NSWShl(m_Value(MatchL), m_Value(MatchR)).match(
278 EXPECT_FALSE(m_NSWShl(m_Value(), m_Value()).match(IRB.CreateShl(L, R)));
279 EXPECT_FALSE(m_NSWShl(m_Value(), m_Value()).match(
281 EXPECT_FALSE(m_NSWShl(m_Value(), m_Value()).match(IRB.CreateNSWAdd(L, R)));
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 477 } else if (match(ArrayIdx, m_NSWShl(m_Value(LHS), m_ConstantInt(RHS)))) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 593 m_NSWShl(const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 834 if ((IsSigned && match(LHS, m_NSWShl(m_Value(X), m_APInt(C1))) &&
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 446 milliseconds