Home
last modified time | relevance | path

Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp1209 QualType SrcElementType; in EmitScalarCast() local
1214 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()
H A DCGStmtOpenMP.cpp5875 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
5879 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
5881 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()