Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1238 QualType SrcElementType; in EmitScalarCast() local
1243 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()
H A DCGStmtOpenMP.cpp5939 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
5943 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
5945 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()