Searched refs:BEValueV (Results 1 – 2 of 2) sorted by relevance
5487 Value *BEValueV = nullptr, *StartValueV = nullptr; in createAddRecFromPHIWithCastsImpl() local5491 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() argument5754 assert(BEValueV && StartValueV); in createSimpleAffineAddRec()5756 auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN); in createSimpleAffineAddRec()[all …]
1735 const SCEV *createSimpleAffineAddRec(PHINode *PN, Value *BEValueV,