Searched refs:FromValue (Results 1 – 5 of 5) sorted by relevance
130 static CheckedInt from(Integral FromValue) { in from()131 if (!canTypeFitValue<intmax_t>(FromValue)) in from()134 Result.Value = static_cast<intmax_t>(FromValue); in from()141 static CheckedInt from(Enum FromValue) { in from()143 return from<type>(static_cast<type>(FromValue)); in from()
10015 return Importer.ImportAPValue(FromValue); in Import()10158 switch (FromValue.getKind()) { in ImportAPValue()10166 Result = FromValue; in ImportAPValue()10178 FromValue.getArraySize()); in ImportAPValue()10189 FromValue.getStructNumBases() + FromValue.getStructNumFields()); in ImportAPValue()10234 if (FromValue.getLValueBase()) { in ImportAPValue()10271 CharUnits Offset = FromValue.getLValueOffset(); in ImportAPValue()10274 if (FromValue.hasLValuePath()) { in ImportAPValue()10277 FromValue.isNullPointer()); in ImportAPValue()10279 FromValue.getLValuePath(); in ImportAPValue()[all …]
482 llvm::Expected<APValue> Import(const APValue &FromValue);
1379 bool FromValue = false);2399 bool FromValue = false) { in writeDIArgList() argument2400 assert(FromValue && in writeDIArgList()2551 bool FromValue) { in WriteAsOperandInternal() argument2559 writeDIArgList(Out, ArgList, WriterCtx, FromValue); in WriteAsOperandInternal()2593 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
2530 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local2533 return FromValue; in salvageDebugInfoImpl()2545 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl()2555 return FromValue; in salvageDebugInfoImpl()