Searched defs:isRepeatedByteSequence (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1681 /// isRepeatedByteSequence - Determine whether the given value is
1684 static int isRepeatedByteSequence(const ConstantDataSequential *V) { function
1694 /// isRepeatedByteSequence - Determine whether the given value is
1697 static int isRepeatedByteSequence(const Value *V, TargetMachine &TM) { function
1723 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM);
1727 int ThisByte = isRepeatedByteSequence(CA->getOperand(i), TM);
1735 return isRepeatedByteSequence(CDS);
1744 int Value = isRepeatedByteSequence(CDS, AP.TM);
1808 int Value = isRepeatedByteSequence(CA, AP.TM);

Completed in 95 milliseconds