Home | History | Annotate | Download | only in X86

Lines Matching refs:IsZero

4738 /// isZero - Returns true if Elt is a constant integer zero
4739 static bool isZero(SDValue V) {
4747 if (isZero(Elt))
5097 bool IsZero,
5101 SDValue V1 = IsZero
6744 bool isZero = !(NonZeros & (1 << i));
6745 if (isZero)
9616 Lane1Cond = !isZero(EltCond);
9618 Lane2Cond = !isZero(SndLaneEltCond);
12554 isZero(Cond.getOperand(1).getOperand(1))) {
12693 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) {
19653 if (isZero(Cond.getOperand(0))) {
19667 CanFold = isZero(Cond.getOperand(i));
19693 CanFold = (isZero(Cond.getOperand(0)) &&
19694 isZero(Cond.getOperand(1)) &&
19700 isZero(Cond.getOperand(2)) &&
19701 isZero(Cond.getOperand(3))) {