Home
last modified time | relevance | path

Searched refs:BEValueV (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
5491 if (!BEValueV) { in createAddRecFromPHIWithCastsImpl()
5492 BEValueV = V; in createAddRecFromPHIWithCastsImpl()
5493 } else if (BEValueV != V) { in createAddRecFromPHIWithCastsImpl()
5494 BEValueV = nullptr; in createAddRecFromPHIWithCastsImpl()
5504 if (!BEValueV || !StartValueV) in createAddRecFromPHIWithCastsImpl()
5507 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl()
5750 Value *BEValueV, in createSimpleAffineAddRec() argument
5754 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()
5756 auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN); in createSimpleAffineAddRec()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1735 const SCEV *createSimpleAffineAddRec(PHINode *PN, Value *BEValueV,