Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp397 Expected<APValue> ImportAPValue(const APValue &FromValue);
9007 llvm::Expected<APValue> ASTImporter::Import(const APValue &FromValue) { in Import() argument
9009 return Importer.ImportAPValue(FromValue); in Import()
9143 ASTNodeImporter::ImportAPValue(const APValue &FromValue) { in ImportAPValue() argument
9152 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h506 llvm::Expected<APValue> Import(const APValue &FromValue);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1303 bool FromValue = false);
2370 const Module *Context, bool FromValue = false) { in writeDIArgList() argument
2371 assert(FromValue && in writeDIArgList()
2529 bool FromValue) { in WriteAsOperandInternal() argument
2537 writeDIArgList(Out, ArgList, TypePrinter, Machine, Context, FromValue); in WriteAsOperandInternal()
2570 assert((FromValue || !isa<LocalAsMetadata>(V)) && in WriteAsOperandInternal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1902 Value *FromValue = CI->getOperand(0); in salvageDebugInfoImpl() local
1903 unsigned FromTypeBitSize = FromValue->getType()->getScalarSizeInBits(); in salvageDebugInfoImpl()