Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3466 MachineInstr *SelectRHS = MRI.getVRegDef(Select->getOperand(3).getReg()); in matchFoldBinOpIntoSelect() local
3472 if (!isConstantOrConstantVector(*SelectRHS, MRI, in matchFoldBinOpIntoSelect()
3486 (isNullOrNullSplat(*SelectRHS, MRI) || in matchFoldBinOpIntoSelect()
3487 isAllOnesOrAllOnesSplat(*SelectRHS, MRI)); in matchFoldBinOpIntoSelect()