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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1575 /// isRepeatedByteSequence - Determine whether the given value is
1578 static int isRepeatedByteSequence(const ConstantDataSequential *V) { function
1588 /// isRepeatedByteSequence - Determine whether the given value is
1591 static int isRepeatedByteSequence(const Value *V, TargetMachine &TM) { function
1617 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM);
1621 int ThisByte = isRepeatedByteSequence(CA->getOperand(i), TM);
1629 return isRepeatedByteSequence(CDS);
1638 int Value = isRepeatedByteSequence(CDS, AP.TM);
1703 int Value = isRepeatedByteSequence(CA, AP.TM);

Completed in 44 milliseconds