Searched refs:BEValueV (Results 1 – 2 of 2) sorted by relevance
4998 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl() local5002 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() argument5265 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()5267 auto BO = MatchBinaryOp(BEValueV, DT); in createSimpleAffineAddRec()[all …]
1638 const SCEV *createSimpleAffineAddRec(PHINode *PN, Value *BEValueV,