Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp1210 QualType DstElementType; in EmitScalarCast() local
1215 DstElementType = DstType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()
1222 DstElementType = DstType; in EmitScalarCast()
1240 bool IsSigned = DstElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()