Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DConstantEmitter.h108 llvm::Constant *tryEmitAbstractForMemory(const Expr *E, QualType T);
111 llvm::Constant *tryEmitAbstractForMemory(const APValue &value, QualType T);
DCGExprConstant.cpp639 FillC = Emitter.tryEmitAbstractForMemory(Filler, ElemType); in EmitDesignatedInitUpdater()
1208 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType); in EmitArrayInitialization()
1655 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() function in ConstantEmitter
1662 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value, in tryEmitAbstractForMemory() function in ConstantEmitter
2127 Filler = tryEmitAbstractForMemory(Value.getArrayFiller(), in tryEmitPrivate()