Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1239 QualType DstElementType; in EmitScalarCast() local
1244 DstElementType = DstType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()
1251 DstElementType = DstType; in EmitScalarCast()
1269 bool IsSigned = DstElementType->isSignedIntegerOrEnumerationType(); in EmitScalarCast()