Lines Matching refs:isAllOnesConstant
4258 if (isAllOnesConstant(VL) ||
7569 if (isAllOnesConstant(TrueV)) {
7574 if (isAllOnesConstant(FalseV)) {
7853 if (isAllOnesConstant(RHS) && CCVal == ISD::SETLT && LHS == TrueV &&
12519 } else if (IsAdd && isAllOnesConstant(RHS)) {
13235 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N);
13408 if (!isAllOnesConstant(N1))
13569 if (!isOneConstant(N11) && !(IsAnd && isAllOnesConstant(N11)))
13573 if (!(IsAnd && isAllOnesConstant(N01)))
13801 N->getValueType(0) == MVT::i32 && isAllOnesConstant(N1) &&
13802 N0.getOpcode() == ISD::SHL && isAllOnesConstant(N0.getOperand(0)) &&
13816 isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0)) &&
15737 if (!isOneConstant(Xor1) && !(IsAnd && isAllOnesConstant(Xor1)))
16477 bool IsVLMAX = isAllOnesConstant(VL) ||
16963 if (isAllOnesConstant(TrueV)) {
16969 if (isAllOnesConstant(FalseV)) {