Lines Matching refs:CTy
18 CharUnits EltSize, const ComplexType *CTy) { in complexTempStructure() argument
34 llvm::Type *EltTy = CGF.ConvertTypeForMem(CTy->getElementType()); in complexTempStructure()
226 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
227 Ty = CTy->getElementType(); in getParamTypeAlignment()
254 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
257 return complexTempStructure(CGF, VAListAddr, Ty, SlotSize, EltSize, CTy); in EmitVAArg()
374 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
375 Ty = CTy->getElementType(); in getParamTypeAlignment()
439 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
441 (void)CTy; in EmitVAArg()
734 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
735 Ty = CTy->getElementType(); in getParamTypeAlignment()
971 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
974 return complexTempStructure(CGF, VAListAddr, Ty, SlotSize, EltSize, CTy); in EmitVAArg()