Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp1678 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local
1680 ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), nonMemoryDestType); in tryEmitPrivateForVarInit()
1686 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1687 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1694 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1695 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
1701 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1702 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()
1708 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1709 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()