Searched refs:tryEmitAbstractForMemory (Results 1 – 2 of 2) sorted by relevance
111 llvm::Constant *tryEmitAbstractForMemory(const Expr *E, QualType T);114 llvm::Constant *tryEmitAbstractForMemory(const APValue &value, QualType T);
651 FillC = Emitter.tryEmitAbstractForMemory(Filler, ElemType); in EmitDesignatedInitUpdater()1238 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType); in EmitArrayInitialization()1682 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() function in ConstantEmitter1689 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value, in tryEmitAbstractForMemory() function in ConstantEmitter2164 Filler = tryEmitAbstractForMemory(Value.getArrayFiller(), in tryEmitPrivate()