Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp222 SmallVector<unsigned, 4> LaterIndices; in FoldCmpLoadFromIndexedGlobal() local
241 LaterIndices.push_back(IdxVal); in FoldCmpLoadFromIndexedGlobal()
279 if (!LaterIndices.empty()) in FoldCmpLoadFromIndexedGlobal()
280 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in FoldCmpLoadFromIndexedGlobal()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp257 SmallVector<unsigned, 4> LaterIndices; in FoldCmpLoadFromIndexedGlobal() local
276 LaterIndices.push_back(IdxVal); in FoldCmpLoadFromIndexedGlobal()
314 if (!LaterIndices.empty()) in FoldCmpLoadFromIndexedGlobal()
315 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in FoldCmpLoadFromIndexedGlobal()