Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1791 QualType DestElemType = getElemType(DestPtr); in interp__builtin_memcpy() local
1800 unsigned DestElemSize = ASTCtx.getTypeSizeInChars(DestElemType).getQuantity(); in interp__builtin_memcpy()
1812 << Move << WChar << 0 << DestElemType << Size << DestElemSize; in interp__builtin_memcpy()
1827 if (!ASTCtx.hasSameUnqualifiedType(DestElemType, SrcElemType)) { in interp__builtin_memcpy()
1829 << Move << SrcElemType << DestElemType; in interp__builtin_memcpy()
1833 if (DestElemType->isIncompleteType() || in interp__builtin_memcpy()
1836 DestElemType->isIncompleteType() ? DestElemType : DestPtr.getType(); in interp__builtin_memcpy()
1843 if (!DestElemType.isTriviallyCopyableType(ASTCtx)) { in interp__builtin_memcpy()
1845 << Move << DestElemType; in interp__builtin_memcpy()
1857 << DestElemType << toString(N, 10, /*Signed=*/false); in interp__builtin_memcpy()
H A DCompiler.cpp603 QualType DestElemType = in VisitCastExpr() local
605 PrimType DestElemT = classifyPrim(DestElemType); in VisitCastExpr()
614 if (!this->emitPrimCast(SourceElemT, DestElemT, DestElemType, CE)) in VisitCastExpr()