Lines Matching refs:EltTy
83 QualType EltTy = RetTy->castAs<ComplexType>()->getElementType(); in computeInfo() local
84 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()
144 QualType EltTy = CTy->getElementType(); in detectFPCCEligibleStructHelper() local
145 if (getContext().getTypeSize(EltTy) > FLen) in detectFPCCEligibleStructHelper()
147 Field1Ty = CGT.ConvertType(EltTy); in detectFPCCEligibleStructHelper()
150 Field2Off = Field1Off + getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper()
156 QualType EltTy = ATy->getElementType(); in detectFPCCEligibleStructHelper() local
159 if (const auto *RTy = EltTy->getAs<RecordType>()) { in detectFPCCEligibleStructHelper()
161 isEmptyRecord(getContext(), EltTy, true, true)) in detectFPCCEligibleStructHelper()
164 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper()
166 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper()
381 QualType EltTy = Ty->castAs<ComplexType>()->getElementType(); in classifyArgumentType() local
382 if (getContext().getTypeSize(EltTy) <= FLen) { in classifyArgumentType()