Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
1205 QualType SrcElementType; in EmitScalarCast() local1210 SrcElementType = SrcType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()1217 SrcElementType = SrcType; in EmitScalarCast()1222 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()1223 if (SrcElementType->isBooleanType() && Opts.TreatBooleanAsSigned) { in EmitScalarCast()
5343 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local5347 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()5349 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()