Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp392 SmallVector<const SCEV *, 8> ScaledOps; in expandAddToGEP() local
402 ScaledOps.push_back(Op); in expandAddToGEP()
413 if (!ScaledOps.empty()) { in expandAddToGEP()
424 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP()
426 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp410 SmallVector<const SCEV *, 8> ScaledOps; in expandAddToGEP() local
419 ScaledOps.push_back(Op); in expandAddToGEP()
430 if (!ScaledOps.empty()) { in expandAddToGEP()
441 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP()
443 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()