Searched defs:TwoOps (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2637 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr() local 2678 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr() local 2770 SmallVector<const SCEV *, 2> TwoOps = { in getAddExpr() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2512 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr() local 2553 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr() local 2651 SmallVector<const SCEV *, 2> TwoOps = { in getAddExpr() local
|