Home
last modified time | relevance | path

Searched refs:FromValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h130 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp391 Expected<APValue> ImportAPValue(const APValue &FromValue);
10107 llvm::Expected<APValue> ASTImporter::Import(const APValue &FromValue) { in Import() argument
10109 return Importer.ImportAPValue(FromValue); in Import()
10243 ASTNodeImporter::ImportAPValue(const APValue &FromValue) { in ImportAPValue() argument
10252 switch (FromValue.getKind()) { in ImportAPValue()
10260 Result = FromValue; in ImportAPValue()
10265 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()
10266 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
10267 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()
10271 Result.MakeArray(FromValue.getArrayInitializedElts(), in ImportAPValue()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h482 llvm::Expected<APValue> Import(const APValue &FromValue);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1400 bool FromValue = false);
2486 bool FromValue = false) { in writeDIArgList() argument
2487 assert(FromValue && in writeDIArgList()
2638 bool FromValue) { in WriteAsOperandInternal() argument
2646 writeDIArgList(Out, ArgList, WriterCtx, FromValue); in WriteAsOperandInternal()
2680 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2558 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local
2561 return FromValue; in salvageDebugInfoImpl()
2573 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl()
2583 return FromValue; in salvageDebugInfoImpl()