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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 618 } else if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
628 } else if (!match(L2, m_And(m_Value(L21), m_Value(L22)))) {
652 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
672 if (!match(R2, m_And(m_Value(R11), m_Value(R12)))) {
    [all...]
InstCombineAddSub.cpp 1021 } else if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && (*C1 == *C2)) {
    [all...]
InstCombineSelect.cpp 406 if (!match(CmpLHS, m_And(m_Value(X), m_Power2(C1))))
682 match(CmpLHS, m_And(m_Value(X), m_Power2(Y))) &&
851 if (!match(LHS, m_And(m_Value(), m_ConstantInt(AndRHS))))
    [all...]
InstCombineShifts.cpp 447 m_And(m_OneUse(m_Shr(m_Value(V1), m_Specific(Op1))),
482 m_And(m_OneUse(m_Shr(m_Value(V1), m_Value(V2))),
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 497 match(Src, m_And(m_Value(A), m_ConstantInt(Cst)))) {
    [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 484 return m_CombineOr(m_And(L, R), m_And(R, L));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 334 if (match(Condition, m_And(m_Value(A), m_Value(B)))) {
    [all...]
GVN.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))))) {
506 inline BinaryOp_match<LHS, RHS, Instruction::And> m_And(const LHS &L,
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 399 m_And(m_Value(RHSVal), m_ConstantInt(RHSC)))) {
    [all...]

Completed in 200 milliseconds