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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 427 match(Op0BO->getOperand(1), m_Shr(m_Value(V1),
447 m_And(m_OneUse(m_Shr(m_Value(V1), m_Specific(Op1))),
463 match(Op0BO->getOperand(0), m_Shr(m_Value(V1),
482 m_And(m_OneUse(m_Shr(m_Value(V1), m_Value(V2))),
    [all...]
InstCombineSimplifyDemanded.cpp 642 if (match(I->getOperand(0), m_Shr(m_Value(VarX), m_ConstantInt(C1)))) {
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 658 m_Shr(const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]

Completed in 342 milliseconds