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()
437 Expected<APValue> ImportAPValue(const APValue &FromValue);9673 llvm::Expected<APValue> ASTImporter::Import(const APValue &FromValue) { in Import() argument9675 return Importer.ImportAPValue(FromValue); in Import()9809 ASTNodeImporter::ImportAPValue(const APValue &FromValue) { in ImportAPValue() argument9818 switch (FromValue.getKind()) { in ImportAPValue()9826 Result = FromValue; in ImportAPValue()9831 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()9832 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()9833 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()9837 Result.MakeArray(FromValue.getArrayInitializedElts(), in ImportAPValue()[all …]
481 llvm::Expected<APValue> Import(const APValue &FromValue);
2025 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local2028 return FromValue; in salvageDebugInfoImpl()2040 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl()2050 return FromValue; in salvageDebugInfoImpl()
1327 bool FromValue = false);2341 bool FromValue = false) { in writeDIArgList() argument2342 assert(FromValue && in writeDIArgList()2493 bool FromValue) { in WriteAsOperandInternal() argument2501 writeDIArgList(Out, ArgList, WriterCtx, FromValue); in WriteAsOperandInternal()2535 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()