Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
1209 QualType SrcElementType; in EmitScalarCast() local1214 SrcElementType = SrcType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()1221 SrcElementType = SrcType; in EmitScalarCast()1226 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()1227 if (SrcElementType->isBooleanType() && Opts.TreatBooleanAsSigned) { in EmitScalarCast()
5875 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local5879 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()5881 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()