Home
last modified time | relevance | path

Searched refs:ScaledOps (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp423 SmallVector<const SCEV *, 8> ScaledOps; in expandAddToGEP() local
432 ScaledOps.push_back(Op); in expandAddToGEP()
443 if (!ScaledOps.empty()) { in expandAddToGEP()
454 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP()
456 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()