Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ty

727 void CodeGenFunction::EmitReturnOfRValue(RValue RV, QualType Ty) {
731 EmitAggregateCopy(ReturnValue, RV.getAggregateAddr(), Ty);
1311 llvm::Type *Ty = ConvertType(InputType);
1312 uint64_t Size = CGM.getTargetData().getTypeSizeInBits(Ty);
1314 Ty = llvm::IntegerType::get(getLLVMContext(), Size);
1315 Ty = llvm::PointerType::getUnqual(Ty);
1318 Ty));