Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9839 bool SameSide = (N->getOpcode() == NextOp); in visitRotate() local
9840 unsigned CombineOp = SameSide ? ISD::ADD : ISD::SUB; in visitRotate()