Searched refs:SectionRHS (Results 1 – 1 of 1) sorted by relevance
56 auto SectionRHS = getTargetSection(BinOp->getRHS()); in getTargetSection() local57 return SectionLHS == SectionRHS ? nullptr : SectionLHS; in getTargetSection()