Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1648 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local
1650 ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), nonMemoryDestType); in tryEmitPrivateForVarInit()
1656 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1657 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1664 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1665 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
1671 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1672 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()
1678 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1679 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()