Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp56 const bool IsOffset = ValuePair.second; in isOnlyCopiedFromConstantMemory() local
68 ValuesToInspect.emplace_back(I, IsOffset); in isOnlyCopiedFromConstantMemory()
74 ValuesToInspect.emplace_back(I, IsOffset || !GEP->hasAllZeroIndices()); in isOnlyCopiedFromConstantMemory()
129 if (IsOffset) return false; in isOnlyCopiedFromConstantMemory()