Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2626 static int isRepeatedByteSequence(const ConstantDataSequential *V) { in isRepeatedByteSequence() function
2638 static int isRepeatedByteSequence(const Value *V, const DataLayout &DL) { in isRepeatedByteSequence() function
2655 int Byte = isRepeatedByteSequence(Op0, DL); in isRepeatedByteSequence()
2667 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence()
2676 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential()
2717 int Value = isRepeatedByteSequence(CA, DL); in emitGlobalConstantArray()