Searched refs:isBitwiseNot (Results 1 – 8 of 8) sorted by relevance
2680 if (!Not.hasOneUse() || !isBitwiseNot(Not)) in foldAddSubOfSignBit()2911 if (isBitwiseNot(N0)) in visitADDLike()2919 if (isBitwiseNot(N0.getOperand(0))) { in visitADDLike()3334 if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) in visitADDO()3638 if (isBitwiseNot(N0)) in visitUADDO_CARRYLike()3677 if (isBitwiseNot(N0)) { in visitSADDO_CARRYLike()6772 if (isBitwiseNot(Src)) { in combineShiftAnd1ToBitTest()6806 if (!isBitwiseNot(Src)) in combineShiftAnd1ToBitTest()9344 if (!TLI.hasAndNot(Y) && !isBitwiseNot(M)) { in unfoldMaskedMerge()9356 if (!TLI.hasAndNot(X) && isBitwiseNot(M)) { in unfoldMaskedMerge()[all …]
5366 if (isBitwiseNot(V, AllowUndefs)) in getBitwiseNotOperand()5377 isBitwiseNot(ExtArg, AllowUndefs) && in getBitwiseNotOperand()11632 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot() function in llvm
1394 if (isBitwiseNot(Op0) && Op0.hasOneUse() && in SimplifyDemandedBits()5201 if (isBitwiseNot(N0)) { in SimplifySetCC()5202 if (isBitwiseNot(N1)) in SimplifySetCC()
1979 bool IsAndn = isBitwiseNot(Op0) || isBitwiseNot(Op1); in EmitTest()
1752 bool isBitwiseNot(SDValue V, bool AllowUndefs = false);
3100 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR()
22844 if (isBitwiseNot(Src)) { in LowerAndToBT()48260 if (isBitwiseNot(Op0)) in combineAndMaskToShift()48686 if (isBitwiseNot(Src)) { in combineAnd()48696 if (isBitwiseNot(Src)) { in combineAnd()49064 if (!isBitwiseNot(And0_L, true) || !And0_L->hasOneUse()) in foldMaskedMergeImpl()55503 if (!isBitwiseNot(V)) in combineEXTRACT_SUBVECTOR()
15396 if (Op.getValueType() == MVT::i32 && isBitwiseNot(Op)) { in PerformPREDICATE_CASTCombine()