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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 98 Type *ETy = PTy->getElementType();
100 if (ETy->isIntegerTy(8))
120 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 410 QualType ETy = RTy->getPointeeType();
411 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
412 unsigned AS = Context.getTargetAddressSpace(ETy);
418 QualType ETy = PTy->getPointeeType();
419 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
422 unsigned AS = Context.getTargetAddressSpace(ETy);
  /external/llvm/lib/IR/
AsmWriter.cpp 906 Type *ETy = CA->getType()->getElementType();
908 TypePrinter.print(ETy, Out);
915 TypePrinter.print(ETy, Out);
934 Type *ETy = CA->getType()->getElementType();
936 TypePrinter.print(ETy, Out);
943 TypePrinter.print(ETy, Out);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
NVPTXISelLowering.cpp 456 Type *ETy = PTy->getElementType();
459 unsigned sz = getDataLayout()->getTypeAllocSize(ETy);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 1411 milliseconds