Searched refs:isBitwiseNot (Results 1 – 8 of 8) sorted by relevance
2602 if (!Not.hasOneUse() || !isBitwiseNot(Not)) in foldAddSubOfSignBit()2628 return (isBitwiseNot(Op0) && Op0.getOperand(0) == Op1) || in areBitwiseNotOfEachother()2629 (isBitwiseNot(Op1) && Op1.getOperand(0) == Op0); in areBitwiseNotOfEachother()2818 if (isBitwiseNot(N0)) in visitADDLike()2826 if (isBitwiseNot(N0.getOperand(0))) { in visitADDLike()2829 } else if (isBitwiseNot(N0.getOperand(1))) { in visitADDLike()3326 if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) in visitADDO()3331 if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) { in visitADDO()3632 if (isBitwiseNot(N0)) in visitUADDO_CARRYLike()3671 if (isBitwiseNot(N0)) { in visitSADDO_CARRYLike()[all …]
5690 if (isBitwiseNot(V, AllowUndefs)) in getBitwiseNotOperand()5701 isBitwiseNot(ExtArg, AllowUndefs) && in getBitwiseNotOperand()11975 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot() function in llvm
1415 if (isBitwiseNot(Op0) && Op0.hasOneUse() && in SimplifyDemandedBits()5276 if (isBitwiseNot(N0)) { in SimplifySetCC()5277 if (isBitwiseNot(N1)) in SimplifySetCC()
1980 bool IsAndn = isBitwiseNot(Op0) || isBitwiseNot(Op1); in EmitTest()
1796 bool isBitwiseNot(SDValue V, bool AllowUndefs = false);
3087 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR()
23025 if (isBitwiseNot(Src)) { in LowerAndToBT()49431 if (isBitwiseNot(Op0)) in combineAndMaskToShift()49995 if (isBitwiseNot(Src)) { in combineAnd()50005 if (isBitwiseNot(Src)) { in combineAnd()50375 if (!isBitwiseNot(And0_L, true) || !And0_L->hasOneUse()) in foldMaskedMergeImpl()57019 if (!isBitwiseNot(V)) in combineEXTRACT_SUBVECTOR()
15409 if (Op.getValueType() == MVT::i32 && isBitwiseNot(Op)) { in PerformPREDICATE_CASTCombine()