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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1626 /// isRepeatedByteSequence - Determine whether the given value is
1629 static int isRepeatedByteSequence(const ConstantDataSequential *V) { function
1639 /// isRepeatedByteSequence - Determine whether the given value is
1642 static int isRepeatedByteSequence(const Value *V, TargetMachine &TM) { function
1668 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM);
1672 int ThisByte = isRepeatedByteSequence(CA->getOperand(i), TM);
1680 return isRepeatedByteSequence(CDS);
1689 int Value = isRepeatedByteSequence(CDS, AP.TM);
1753 int Value = isRepeatedByteSequence(CA, AP.TM);

Completed in 31 milliseconds