Searched refs:nonMemoryDestType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1481 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local 1483 ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), nonMemoryDestType); in tryEmitPrivateForVarInit() 1489 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local 1490 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory() 1497 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local 1498 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory() 1504 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local 1505 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory() 1511 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local 1512 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()
|