Lines Matching refs:IfClr
684 SDValue IfSet, IfClr, Cond; in performORCombine() local
698 IfClr = Op1Op1; in performORCombine()
701 IfClr = Op1Op0; in performORCombine()
709 if (!IfClr.getNode() && isVSplat(Op0Op1, Mask, IsLittleEndian)) { in performORCombine()
715 IfClr = Op1Op1; in performORCombine()
718 IfClr = Op1Op0; in performORCombine()
726 if (!IfClr.getNode()) { in performORCombine()
730 IfClr = Op0Op1; in performORCombine()
734 IfClr = Op0Op0; in performORCombine()
738 IfClr = Op0Op1; in performORCombine()
742 IfClr = Op0Op0; in performORCombine()
746 IfClr = Op1Op1; in performORCombine()
750 IfClr = Op1Op0; in performORCombine()
754 IfClr = Op1Op1; in performORCombine()
758 IfClr = Op1Op0; in performORCombine()
763 if (!IfClr.getNode()) in performORCombine()
773 return IfClr; in performORCombine()
777 return DAG.getNode(ISD::VSELECT, SDLoc(N), Ty, Cond, IfSet, IfClr); in performORCombine()