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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 387 if (match(Count, m_ZExt(m_Value(V))) ||
477 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) &&
481 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 525 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 413 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) &&
417 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineCasts.cpp 468 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 826 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
834 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 843 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 843 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 826 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
834 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 843 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 843 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
851 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 924 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 568 /// m_ZExt
571 m_ZExt(const OpTy &Op) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 813 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 637 milliseconds