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()
412 Expected<APValue> ImportAPValue(const APValue &FromValue);9136 llvm::Expected<APValue> ASTImporter::Import(const APValue &FromValue) { in Import() argument9138 return Importer.ImportAPValue(FromValue); in Import()9272 ASTNodeImporter::ImportAPValue(const APValue &FromValue) { in ImportAPValue() argument9281 switch (FromValue.getKind()) { in ImportAPValue()9289 Result = FromValue; in ImportAPValue()9294 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()9295 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()9296 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()9300 Result.MakeArray(FromValue.getArrayInitializedElts(), 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()