Searched refs:nonMemoryDestType (Results 1 – 1 of 1) sorted by relevance
1692 QualType nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local1694 nonMemoryDestType)) in tryEmitPrivateForVarInit()1708 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local1709 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()1716 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local1717 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()1723 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local1724 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()1730 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local1731 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()