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

  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 567 /// the isNoopCast call conservative.
569 static bool isNoopCast(
577 bool isNoopCast(
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 789 /// the isNoopCast call conservative.
791 static bool isNoopCast(
799 bool isNoopCast(
806 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 803 /// the isNoopCast call conservative.
805 static bool isNoopCast(
813 bool isNoopCast(
820 bool isNoopCast(const DataLayout &DL) const;
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 657 if (CI->isNoopCast(*DL))
667 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 590 if (CI->isNoopCast(TD ? TD->getIntPtrType(V->getContext()) :
601 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 505 if (CI->isNoopCast(DL)) {
    [all...]
InstCombineCompares.cpp 644 if (!CI->isNoopCast(DL))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 95 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) &&
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 145 if (Cast->isNoopCast(DL.getIntPtrType(Cast->getContext())) &&
    [all...]

Completed in 759 milliseconds