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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 31 PointerIntPair<Type *, 1> CurTy;
38 I.CurTy.setPointer(Ty);
45 I.CurTy.setPointer(Ty);
46 I.CurTy.setInt(true);
65 if (CurTy.getInt())
66 return CurTy.getPointer()->getPointerTo(AddrSpace);
67 return CurTy.getPointer();
71 if (CurTy.getInt())
72 return CurTy.getPointer();
73 CompositeType *CT = cast<CompositeType>(CurTy.getPointer())
    [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...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 372 milliseconds