Searched refs:FromValue (Results 1 – 5 of 5) sorted by relevance
47 static CheckedInt from(Integral FromValue) { in from()48 if (!canTypeFitValue<intmax_t>(FromValue)) in from()51 Result.Value = static_cast<intmax_t>(FromValue); in from()58 static CheckedInt from(Enum FromValue) { in from()60 return from<type>(static_cast<type>(FromValue)); in from()
9138 return Importer.ImportAPValue(FromValue); in Import()9281 switch (FromValue.getKind()) { in ImportAPValue()9289 Result = FromValue; in ImportAPValue()9301 FromValue.getArraySize()); in ImportAPValue()9312 FromValue.getStructNumBases() + FromValue.getStructNumFields()); in ImportAPValue()9357 if (FromValue.getLValueBase()) { in ImportAPValue()9396 CharUnits Offset = FromValue.getLValueOffset(); in ImportAPValue()9399 if (FromValue.hasLValuePath()) { in ImportAPValue()9402 FromValue.isNullPointer()); in ImportAPValue()9404 FromValue.getLValuePath(); in ImportAPValue()[all …]
506 llvm::Expected<APValue> Import(const APValue &FromValue);
1292 bool FromValue = false);2359 const Module *Context, bool FromValue = false) { in writeDIArgList() argument2360 assert(FromValue && in writeDIArgList()2518 bool FromValue) { in WriteAsOperandInternal() argument2526 writeDIArgList(Out, ArgList, TypePrinter, Machine, Context, FromValue); in WriteAsOperandInternal()2559 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
1926 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local1927 unsigned FromTypeBitSize = FromValue->getType()->getScalarSizeInBits(); in salvageDebugInfoImpl()