Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1006 SmallVector<PointerIntPair<const SCEV *, 1, bool>> LScevs; in findForkedSCEVs() local
1008 findForkedSCEVs(SE, L, I->getOperand(0), LScevs, Depth); in findForkedSCEVs()
1013 any_of(LScevs, UndefPoisonCheck) || any_of(RScevs, UndefPoisonCheck); in findForkedSCEVs()
1018 if (LScevs.size() == 2 && RScevs.size() == 1) in findForkedSCEVs()
1020 else if (RScevs.size() == 2 && LScevs.size() == 1) in findForkedSCEVs()
1021 LScevs.push_back(LScevs[0]); in findForkedSCEVs()
1028 GetBinOpExpr(Opcode, get<0>(LScevs[0]), get<0>(RScevs[0])), in findForkedSCEVs()
1031 GetBinOpExpr(Opcode, get<0>(LScevs[1]), get<0>(RScevs[1])), in findForkedSCEVs()