Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp354 MapVector<Value *, APInt> VarOffsets; in GEPToVectorIndex() local
357 !GEP->collectOffset(DL, BW, VarOffsets, ConstOffset)) in GEPToVectorIndex()
361 if (VarOffsets.size() > 1) in GEPToVectorIndex()
364 if (VarOffsets.size() == 1) { in GEPToVectorIndex()
367 const auto &VarOffset = VarOffsets.front(); in GEPToVectorIndex()