Searched refs:FromValue (Results 1 – 5 of 5) sorted by relevance
131 static CheckedInt from(Integral FromValue) { in from()132 if (!canTypeFitValue<intmax_t>(FromValue)) in from()135 Result.Value = static_cast<intmax_t>(FromValue); in from()142 static CheckedInt from(Enum FromValue) { in from()144 return from<type>(static_cast<type>(FromValue)); in from()
9521 return Importer.ImportAPValue(FromValue); in Import()9664 switch (FromValue.getKind()) { in ImportAPValue()9672 Result = FromValue; in ImportAPValue()9684 FromValue.getArraySize()); in ImportAPValue()9695 FromValue.getStructNumBases() + FromValue.getStructNumFields()); in ImportAPValue()9740 if (FromValue.getLValueBase()) { in ImportAPValue()9777 CharUnits Offset = FromValue.getLValueOffset(); in ImportAPValue()9780 if (FromValue.hasLValuePath()) { in ImportAPValue()9783 FromValue.isNullPointer()); in ImportAPValue()9785 FromValue.getLValuePath(); in ImportAPValue()[all …]
481 llvm::Expected<APValue> Import(const APValue &FromValue);
1309 bool FromValue = false);2316 bool FromValue = false) { in writeDIArgList() argument2317 assert(FromValue && in writeDIArgList()2468 bool FromValue) { in WriteAsOperandInternal() argument2476 writeDIArgList(Out, ArgList, WriterCtx, FromValue); in WriteAsOperandInternal()2510 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
1919 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local1922 return FromValue; in salvageDebugInfoImpl()1934 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl()1944 return FromValue; in salvageDebugInfoImpl()