Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h620 return getRawDataValues();
634 StringRef getRawDataValues() const;
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp690 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
/external/llvm/lib/IR/
DConstants.cpp2295 StringRef ConstantDataSequential::getRawDataValues() const { in getRawDataValues() function in ConstantDataSequential
2382 CDSConstants.find(getRawDataValues()); in destroyConstantImpl()
2667 const char *Base = getRawDataValues().data(); in getSplatValue()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp760 GlobalPool, CDA->getRawDataValues().data(), CDA->getNumElements())); in addGlobalInitializer()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1218 StringRef Data = CDS->getRawDataValues(); in InitializeMemory()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1901 StringRef Data = V->getRawDataValues(); in isRepeatedByteSequence()