Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp250 SmallVector<unsigned, 4> LaterIndices; in FoldCmpLoadFromIndexedGlobal() local
269 LaterIndices.push_back(IdxVal); in FoldCmpLoadFromIndexedGlobal()
307 if (!LaterIndices.empty()) in FoldCmpLoadFromIndexedGlobal()
308 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in FoldCmpLoadFromIndexedGlobal()