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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 991 } else if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && (*C1 == *C2)) {
1013 if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && *C1 == (*C2 + 1)) {
    [all...]
InstCombineAndOrXor.cpp 581 } else if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
591 } else if (!match(L2, m_And(m_Value(L21), m_Value(L22)))) {
615 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
635 if (!match(R2, m_And(m_Value(R11), m_Value(R12)))) {
    [all...]
InstCombineSelect.cpp 413 if (!match(CmpLHS, m_And(m_Value(X), m_Power2(C1))))
422 if (match(FalseVal, m_And(m_Specific(X), m_APInt(C2))) && *C1 == ~(*C2))
429 if (match(TrueVal, m_And(m_Specific(X), m_APInt(C2))) && *C1 == ~(*C2))
764 if (!match(LHS, m_And(m_Value(), m_ConstantInt(AndRHS))))
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineShifts.cpp 440 m_And(m_OneUse(m_Shr(m_Value(V1), m_Specific(Op1))),
475 m_And(m_OneUse(m_Shr(m_Value(V1), m_Value(V2))),
    [all...]
InstCombineCasts.cpp 502 match(Src, m_And(m_Value(A), m_ConstantInt(Cst)))) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
20 // m_And(m_Value(Y), m_ConstantInt(C2))))) {
467 m_And(const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 364 m_And(m_Value(RHSVal), m_ConstantInt(RHSC)))) {
    [all...]

Completed in 107 milliseconds