Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp148 const uint64_t NumLoadsForThisSize = CurSize / LoadSize; in MemCmpExpansion() local
149 if (LoadSequence.size() + NumLoadsForThisSize > MaxNumLoads) { in MemCmpExpansion()
157 if (NumLoadsForThisSize > 0) { in MemCmpExpansion()
158 for (uint64_t I = 0; I < NumLoadsForThisSize; ++I) { in MemCmpExpansion()