Searched refs:CommonSCEV (Results 1 – 1 of 1) sorted by relevance
6027 const SCEV *CommonSCEV = getSCEV(CommonInst); in createNodeForPHIWithIdenticalOperands() local6030 [this, CommonSCEV](Value *V) { return CommonSCEV == getSCEV(V); }); in createNodeForPHIWithIdenticalOperands()6031 return SCEVExprsIdentical ? CommonSCEV : nullptr; in createNodeForPHIWithIdenticalOperands()