Searched refs:LaterIndices (Results 1 – 2 of 2) sorted by relevance
222 SmallVector<unsigned, 4> LaterIndices; in FoldCmpLoadFromIndexedGlobal() local241 LaterIndices.push_back(IdxVal); in FoldCmpLoadFromIndexedGlobal()279 if (!LaterIndices.empty()) in FoldCmpLoadFromIndexedGlobal()280 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in FoldCmpLoadFromIndexedGlobal()
257 SmallVector<unsigned, 4> LaterIndices; in FoldCmpLoadFromIndexedGlobal() local276 LaterIndices.push_back(IdxVal); in FoldCmpLoadFromIndexedGlobal()314 if (!LaterIndices.empty()) in FoldCmpLoadFromIndexedGlobal()315 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in FoldCmpLoadFromIndexedGlobal()