Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1205 QualType SrcElementType; in EmitScalarCast() local
1210 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()
H A DCGStmtOpenMP.cpp5343 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
5347 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
5349 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()