Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1005 SmallVector<PointerIntPair<const SCEV *, 1, bool>> RScevs; in findForkedSCEVs() local
1007 findForkedSCEVs(SE, L, I->getOperand(1), RScevs, Depth); in findForkedSCEVs()
1011 any_of(LScevs, UndefPoisonCheck) || any_of(RScevs, UndefPoisonCheck); in findForkedSCEVs()
1016 if (LScevs.size() == 2 && RScevs.size() == 1) in findForkedSCEVs()
1017 RScevs.push_back(RScevs[0]); in findForkedSCEVs()
1018 else if (RScevs.size() == 2 && LScevs.size() == 1) in findForkedSCEVs()
1026 GetBinOpExpr(Opcode, get<0>(LScevs[0]), get<0>(RScevs[0])), in findForkedSCEVs()
1029 GetBinOpExpr(Opcode, get<0>(LScevs[1]), get<0>(RScevs[1])), in findForkedSCEVs()