Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
1246 QualType SrcElementType; in EmitScalarCast() local1251 SrcElementType = SrcType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()1258 SrcElementType = SrcType; in EmitScalarCast()1263 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()1264 if (SrcElementType->isBooleanType() && Opts.TreatBooleanAsSigned) { in EmitScalarCast()
5989 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local5993 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()5995 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()