Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5487 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl() local
5497 } else if (!StartValueV) { in createAddRecFromPHIWithCastsImpl()
5498 StartValueV = V; in createAddRecFromPHIWithCastsImpl()
5499 } else if (StartValueV != V) { in createAddRecFromPHIWithCastsImpl()
5500 StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl()
5504 if (!BEValueV || !StartValueV) in createAddRecFromPHIWithCastsImpl()
5595 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHIWithCastsImpl()
5751 Value *StartValueV) { in createSimpleAffineAddRec() argument
5754 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()
5778 const SCEV *StartVal = getSCEV(StartValueV); in createSimpleAffineAddRec()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1736 Value *StartValueV);