Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1675 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local
1677 ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), nonMemoryDestType); in tryEmitPrivateForVarInit()
1683 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1684 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1691 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1692 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
1698 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1699 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()
1705 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1706 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()