Searched refs:FromValue (Results 1 – 4 of 4) sorted by relevance
397 Expected<APValue> ImportAPValue(const APValue &FromValue);9007 llvm::Expected<APValue> ASTImporter::Import(const APValue &FromValue) { in Import() argument9009 return Importer.ImportAPValue(FromValue); in Import()9143 ASTNodeImporter::ImportAPValue(const APValue &FromValue) { in ImportAPValue() argument9152 switch (FromValue.getKind()) { in ImportAPValue()9160 Result = FromValue; in ImportAPValue()9165 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()9166 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()9167 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()9171 Result.MakeArray(FromValue.getArrayInitializedElts(), in ImportAPValue()[all …]
506 llvm::Expected<APValue> Import(const APValue &FromValue);
1303 bool FromValue = false);2370 const Module *Context, bool FromValue = false) { in writeDIArgList() argument2371 assert(FromValue && in writeDIArgList()2529 bool FromValue) { in WriteAsOperandInternal() argument2537 writeDIArgList(Out, ArgList, TypePrinter, Machine, Context, FromValue); in WriteAsOperandInternal()2570 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
1902 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local1903 unsigned FromTypeBitSize = FromValue->getType()->getScalarSizeInBits(); in salvageDebugInfoImpl()