Lines Matching refs:APValue

569                                      const APValue &Value, QualType ValTy);
590 bool Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
793 bool ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD, in Build()
847 const APValue &FieldValue = in Build()
894 const APValue &Val, in BuildStruct()
1426 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract()
1457 ConstantEmitter::emitAbstract(SourceLocation loc, const APValue &value, in emitAbstract()
1482 llvm::Constant *ConstantEmitter::emitForInitializer(const APValue &value, in emitForInitializer()
1700 if (APValue *value = D.evaluateValue()) in tryEmitPrivateForVarInit()
1714 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value, in tryEmitAbstractForMemory()
1728 llvm::Constant *ConstantEmitter::tryEmitPrivateForMemory(const APValue &value, in tryEmitPrivateForMemory()
1817 const APValue &Value;
1824 ConstantLValueEmitter(ConstantEmitter &emitter, const APValue &value, in ConstantLValueEmitter()
1832 ConstantLValue tryEmitBase(const APValue::LValueBase &base);
1871 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
1933 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) { in tryEmitBase()
2086 llvm::Constant *ConstantEmitter::tryEmitPrivate(const APValue &Value, in tryEmitPrivate()
2089 case APValue::None: in tryEmitPrivate()
2090 case APValue::Indeterminate: in tryEmitPrivate()
2093 case APValue::LValue: in tryEmitPrivate()
2095 case APValue::Int: in tryEmitPrivate()
2097 case APValue::FixedPoint: in tryEmitPrivate()
2100 case APValue::ComplexInt: { in tryEmitPrivate()
2113 case APValue::Float: { in tryEmitPrivate()
2123 case APValue::ComplexFloat: { in tryEmitPrivate()
2136 case APValue::Vector: { in tryEmitPrivate()
2141 const APValue &Elt = Value.getVectorElt(I); in tryEmitPrivate()
2154 case APValue::AddrLabelDiff: { in tryEmitPrivate()
2172 case APValue::Struct: in tryEmitPrivate()
2173 case APValue::Union: in tryEmitPrivate()
2175 case APValue::Array: { in tryEmitPrivate()
2219 case APValue::MemberPointer: in tryEmitPrivate()