Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
1238 QualType SrcElementType; in EmitScalarCast() local1243 SrcElementType = SrcType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()1250 SrcElementType = SrcType; in EmitScalarCast()1255 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()1256 if (SrcElementType->isBooleanType() && Opts.TreatBooleanAsSigned) { in EmitScalarCast()
5939 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local5943 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()5945 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()