Searched refs:RHSInst (Results 1 – 1 of 1) sorted by relevance
1275 Instruction *RHSInst = dyn_cast<Instruction>(RHS); in matchSymmetricPair() local1276 if (!LHSInst || !RHSInst || LHSInst->getOpcode() != RHSInst->getOpcode()) in matchSymmetricPair()1285 if (Cond == RHSInst->getOperand(0) && TrueVal == RHSInst->getOperand(2) && in matchSymmetricPair()1286 FalseVal == RHSInst->getOperand(1)) in matchSymmetricPair()1293 MinMaxIntrinsic *RHSMinMax = dyn_cast<MinMaxIntrinsic>(RHSInst); in matchSymmetricPair()