Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp289 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h645 return getRawDataValues();
659 StringRef getRawDataValues() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2901 StringRef ConstantDataSequential::getRawDataValues() const { in getRawDataValues() function in ConstantDataSequential
2997 auto Slot = CDSConstants.find(getRawDataValues()); in destroyConstantImpl()
3289 const char *Base = getRawDataValues().data(); in isSplatData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1170 StringRef Data = CDS->getRawDataValues(); in InitializeMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2627 StringRef Data = V->getRawDataValues(); in isRepeatedByteSequence()