Searched refs:RHSInst (Results 1 – 1 of 1) sorted by relevance
1247 Instruction *RHSInst = dyn_cast<Instruction>(RHS); in matchSymmetricPair() local1248 if (!LHSInst || !RHSInst || LHSInst->getOpcode() != RHSInst->getOpcode()) in matchSymmetricPair()1257 if (Cond == RHSInst->getOperand(0) && TrueVal == RHSInst->getOperand(2) && in matchSymmetricPair()1258 FalseVal == RHSInst->getOperand(1)) in matchSymmetricPair()1265 MinMaxIntrinsic *RHSMinMax = dyn_cast<MinMaxIntrinsic>(RHSInst); in matchSymmetricPair()