Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ty

170     llvm::Type *Ty = CPE.getType();
171 Size += mpTD->getTypeAllocSize(Ty);
595 // Stores the data in @Val of type @Ty at address @Addr.
598 llvm::Type *Ty) {
599 const unsigned int StoreBytes = mpTD->getTypeStoreSize(Ty);
601 switch (Ty->getTypeID()) {
769 llvm::Type *Ty = CPE.Val.ConstVal->getType();
770 Offset += mpTD->getTypeAllocSize(Ty);