Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h47 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9138 return Importer.ImportAPValue(FromValue); in Import()
9281 switch (FromValue.getKind()) { in ImportAPValue()
9289 Result = FromValue; in ImportAPValue()
9301 FromValue.getArraySize()); in ImportAPValue()
9312 FromValue.getStructNumBases() + FromValue.getStructNumFields()); in ImportAPValue()
9357 if (FromValue.getLValueBase()) { in ImportAPValue()
9396 CharUnits Offset = FromValue.getLValueOffset(); in ImportAPValue()
9399 if (FromValue.hasLValuePath()) { in ImportAPValue()
9402 FromValue.isNullPointer()); in ImportAPValue()
9404 FromValue.getLValuePath(); in ImportAPValue()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h506 llvm::Expected<APValue> Import(const APValue &FromValue);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1292 bool FromValue = false);
2359 const Module *Context, bool FromValue = false) { in writeDIArgList() argument
2360 assert(FromValue && in writeDIArgList()
2518 bool FromValue) { in WriteAsOperandInternal() argument
2526 writeDIArgList(Out, ArgList, TypePrinter, Machine, Context, FromValue); in WriteAsOperandInternal()
2559 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1926 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local
1927 unsigned FromTypeBitSize = FromValue->getType()->getScalarSizeInBits(); in salvageDebugInfoImpl()