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

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
StraightLineStrengthReduce.cpp 517 if (match(ArrayIdx, m_SExt(m_Value(TruncatedArrayIdx))) &&
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp 399 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &&
403 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp 463 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &&
467 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCasts.cpp 551 match(Src, m_LShr(m_SExt(m_Value(A)), m_ConstantInt(Cst))) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 820 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 820 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 837 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(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 918 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
932 return m_CombineOr(m_ZExt(Op), m_SExt(Op));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 561 /// m_SExt
564 m_SExt(const OpTy &Op) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 807 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
    [all...]

Completed in 1019 milliseconds