Home | History | Annotate | Download | only in Lanai

Lines Matching refs:Invert

1295 // * Invert is set when N is the all zero/ones constant when CC is false.
1299 // * X = 0, Invert = False and OtherOp = Y
1300 // * Y = 0, Invert = True and OtherOp = X
1302 bool &Invert, SDValue &OtherOp,
1312 Invert = false;
1317 Invert = true;
1333 Invert = true;
1342 Invert = !AllOnes;