Searched refs:tryEmitPrivate (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | ConstantEmitter.h | 132 llvm::Constant *tryEmitPrivate(const Expr *E, QualType T); 135 llvm::Constant *tryEmitPrivate(const APValue &value, QualType T);
|
D | CGExprConstant.cpp | 1085 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType()); in VisitCastExpr() 1112 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType()); in VisitCastExpr() 1354 auto C = tryEmitPrivate(E, destType); in tryEmitAbstract() 1361 auto C = tryEmitPrivate(value, destType); in tryEmitAbstract() 1382 auto C = tryEmitPrivate(E, destType); in emitAbstract() 1396 auto C = tryEmitPrivate(value, destType); in emitAbstract() 1672 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory() 1679 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory() 1714 llvm::Constant *ConstantEmitter::tryEmitPrivate(const Expr *E, in tryEmitPrivate() function in ConstantEmitter 1727 C = tryEmitPrivate(Result.Val, destType); in tryEmitPrivate() [all …]
|