Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4998 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl() local
5002 if (!BEValueV) { in createAddRecFromPHIWithCastsImpl()
5003 BEValueV = V; in createAddRecFromPHIWithCastsImpl()
5004 } else if (BEValueV != V) { in createAddRecFromPHIWithCastsImpl()
5005 BEValueV = nullptr; in createAddRecFromPHIWithCastsImpl()
5015 if (!BEValueV || !StartValueV) in createAddRecFromPHIWithCastsImpl()
5018 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl()
5261 Value *BEValueV, in createSimpleAffineAddRec() argument
5265 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()
5267 auto BO = MatchBinaryOp(BEValueV, DT); in createSimpleAffineAddRec()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1638 const SCEV *createSimpleAffineAddRec(PHINode *PN, Value *BEValueV,