Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp1247 Instruction *RHSInst = dyn_cast<Instruction>(RHS); in matchSymmetricPair() local
1248 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()