Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSequence.h131 static CheckedInt from(Integral FromValue) { in from()
132 if (!canTypeFitValue<intmax_t>(FromValue)) in from()
135 Result.Value = static_cast<intmax_t>(FromValue); in from()
142 static CheckedInt from(Enum FromValue) { in from()
144 return from<type>(static_cast<type>(FromValue)); in from()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9521 return Importer.ImportAPValue(FromValue); in Import()
9664 switch (FromValue.getKind()) { in ImportAPValue()
9672 Result = FromValue; in ImportAPValue()
9684 FromValue.getArraySize()); in ImportAPValue()
9695 FromValue.getStructNumBases() + FromValue.getStructNumFields()); in ImportAPValue()
9740 if (FromValue.getLValueBase()) { in ImportAPValue()
9777 CharUnits Offset = FromValue.getLValueOffset(); in ImportAPValue()
9780 if (FromValue.hasLValuePath()) { in ImportAPValue()
9783 FromValue.isNullPointer()); in ImportAPValue()
9785 FromValue.getLValuePath(); in ImportAPValue()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h481 llvm::Expected<APValue> Import(const APValue &FromValue);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp1309 bool FromValue = false);
2316 bool FromValue = false) { in writeDIArgList() argument
2317 assert(FromValue && in writeDIArgList()
2468 bool FromValue) { in WriteAsOperandInternal() argument
2476 writeDIArgList(Out, ArgList, WriterCtx, FromValue); in WriteAsOperandInternal()
2510 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1919 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local
1922 return FromValue; in salvageDebugInfoImpl()
1934 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl()
1944 return FromValue; in salvageDebugInfoImpl()