Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp479 SmallVector<const SCEV *, 8> ScaledOps; in expandAddToGEP() local
488 ScaledOps.push_back(Op); in expandAddToGEP()
499 if (!ScaledOps.empty()) { in expandAddToGEP()
511 ScaledOps.empty() in expandAddToGEP()
513 : expandCodeForImpl(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()