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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2421 /// isRepeatedByteSequence - Determine whether the given value is
2424 static int isRepeatedByteSequence(const ConstantDataSequential *V) { function
2433 /// isRepeatedByteSequence - Determine whether the given value is
2436 static int isRepeatedByteSequence(const Value *V, const DataLayout &DL) { function
2453 int Byte = isRepeatedByteSequence(Op0, DL);
2465 return isRepeatedByteSequence(CDS);
2474 int Value = isRepeatedByteSequence(CDS, DL);
2515 int Value = isRepeatedByteSequence(CA, DL);

Completed in 160 milliseconds