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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 29 Type *CurTy;
35 I.CurTy = Ty;
41 I.CurTy = nullptr;
54 return CurTy;
58 CompositeType *CT = cast<CompositeType>(CurTy);
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
70 CurTy = CT->getTypeAtIndex(getOperand());
72 CurTy = nullptr;
  /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/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 250 const Type *CurTy = Qs.strip(Cur);
251 switch (CurTy->getTypeClass()) {
255 const Class##Type *Ty = cast<Class##Type>(CurTy); \
    [all...]
VTableBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 307 milliseconds