Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
1473 QualType SrcElementType; in EmitScalarCast() local1478 SrcElementType = SrcType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()1485 SrcElementType = SrcType; in EmitScalarCast()1490 bool InputSigned = SrcElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()1491 if (SrcElementType->isBooleanType() && Opts.TreatBooleanAsSigned) { in EmitScalarCast()
6262 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local6266 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()6268 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()