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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 31 PointerIntPair<Type *, 1> CurTy;
39 I.CurTy.setPointer(Ty);
40 I.CurTy.setInt(true);
59 if (CurTy.getInt())
60 return CurTy.getPointer()->getPointerTo(AddrSpace);
61 return CurTy.getPointer();
65 if (CurTy.getInt())
66 return CurTy.getPointer();
67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer());
78 if (CurTy.getInt())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GetElementPtrTypeIterator.h 29 Type *CurTy;
35 I.CurTy = Ty;
41 I.CurTy = 0;
54 return CurTy;
58 CompositeType *CT = cast<CompositeType>(CurTy);
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
70 CurTy = CT->getTypeAtIndex(getOperand());
72 CurTy = 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 36 PointerUnion<StructType *, Type *> CurTy;
44 I.CurTy = Ty;
68 if (auto *T = CurTy.dyn_cast<Type *>())
70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 CurTy = STy->getElementType();
81 CurTy = dyn_cast<StructType>(Ty);
105 bool isStruct() const { return CurTy.is<StructType *>(); }
106 bool isSequential() const { return CurTy.is<Type *>(); }
108 StructType *getStructType() const { return CurTy.get<StructType *>(); }
111 return CurTy.dyn_cast<StructType *>()
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 243 const Type *CurTy = Qs.strip(Cur);
244 switch (CurTy->getTypeClass()) {
248 const Class##Type *Ty = cast<Class##Type>(CurTy); \
    [all...]
VTableBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 817 milliseconds