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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 46 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
    [all...]
InstCombineMulDivRem.cpp 924 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 352 m_SRem(const LHS &L, const RHS &R) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 414 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
InstCombineShifts.cpp 44 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 494 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 507 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 524 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 524 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 507 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 524 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 524 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 562 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 1357 milliseconds