Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6027 const SCEV *CommonSCEV = getSCEV(CommonInst); in createNodeForPHIWithIdenticalOperands() local
6030 [this, CommonSCEV](Value *V) { return CommonSCEV == getSCEV(V); }); in createNodeForPHIWithIdenticalOperands()
6031 return SCEVExprsIdentical ? CommonSCEV : nullptr; in createNodeForPHIWithIdenticalOperands()