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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp136 const uint64_t NumLoadsForThisSize = Size / LoadSize; local
137 if (LoadSequence.size() + NumLoadsForThisSize > MaxNumLoads) {
144 if (NumLoadsForThisSize > 0) {
145 for (uint64_t I = 0; I < NumLoadsForThisSize; ++I) {

Completed in 121 milliseconds