Searched refs:LIOps (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2578 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local 2583 LIOps.push_back(Ops[i]); in getAddExpr() 2589 if (!LIOps.empty()) { in getAddExpr() 2592 LIOps.push_back(AddRec); in getAddExpr() 2593 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr() 2594 LIOps.pop_back(); in getAddExpr() 2597 LIOps.push_back(AddRec->getStart()); in getAddExpr() 2604 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr() 2935 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local 2940 LIOps.push_back(Ops[i]); in getMulExpr() [all …]
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2287 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local 2292 LIOps.push_back(Ops[i]); in getAddExpr() 2298 if (!LIOps.empty()) { in getAddExpr() 2300 LIOps.push_back(AddRec->getStart()); in getAddExpr() 2307 AddRecOps[0] = getAddExpr(LIOps, Flags); in getAddExpr() 2545 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local 2550 LIOps.push_back(Ops[i]); in getMulExpr() 2556 if (!LIOps.empty()) { in getMulExpr() 2560 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2703 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local 2708 LIOps.push_back(Ops[i]); in getAddExpr() 2714 if (!LIOps.empty()) { in getAddExpr() 2716 LIOps.push_back(AddRec->getStart()); in getAddExpr() 2723 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr() 3041 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local 3046 LIOps.push_back(Ops[i]); in getMulExpr() 3052 if (!LIOps.empty()) { in getMulExpr() 3056 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()
|