Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DConstantEmitter.h108 llvm::Constant *tryEmitAbstractForMemory(const Expr *E, QualType T);
111 llvm::Constant *tryEmitAbstractForMemory(const APValue &value, QualType T);
H A DCGExprConstant.cpp650 FillC = Emitter.tryEmitAbstractForMemory(Filler, ElemType); in EmitDesignatedInitUpdater()
1238 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType); in EmitArrayInitialization()
1685 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() function in ConstantEmitter
1692 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value, in tryEmitAbstractForMemory() function in ConstantEmitter
2165 Filler = tryEmitAbstractForMemory(Value.getArrayFiller(), in tryEmitPrivate()