Searched refs:isNullConstant (Results 1 – 25 of 25) sorted by relevance
1664 if (isNullConstant(N1)) in visitADD()1681 if (N0.getOpcode() == ISD::SUB && isNullConstant(N0.getOperand(0))) in visitADD()1684 if (N1.getOpcode() == ISD::SUB && isNullConstant(N1.getOperand(0))) in visitADD()1732 isNullConstant(N1.getOperand(0).getOperand(0))) in visitADD()1738 isNullConstant(N0.getOperand(0).getOperand(0))) in visitADD()1798 if (isNullConstant(N1)) in visitADDC()1979 if (isNullConstant(N1)) in visitSUBC()2474 if (isNullConstant(N1)) in visitMULHS()2515 if (isNullConstant(N1)) in visitMULHU()2874 if (isNullConstant(LR) && Op1 == ISD::SETEQ) { in visitANDLike()[all …]
6681 bool llvm::isNullConstant(SDValue V) { in isNullConstant() function in llvm
1979 if (CC != ISD::SETEQ || !isNullConstant(SetCC.getOperand(1)) || in foldAddSubBoolOfMaskedVal()2070 if (isNullConstant(N1)) in visitADD()2275 if (N1.getOpcode() == ISD::ADDCARRY && isNullConstant(N1.getOperand(1)) && in visitADDLike()2308 if (isNullConstant(N1)) in visitADDC()2374 if (isNullConstant(N1)) in visitUADDO()2405 if (N1.getOpcode() == ISD::ADDCARRY && isNullConstant(N1.getOperand(1))) { in visitUADDOLike()2454 if (isNullConstant(CarryIn)) { in visitADDCARRY()2463 if (isNullConstant(N0) && isNullConstant(N1)) { in visitADDCARRY()2473 if (isBitwiseNot(N0) && isNullConstant(N1) && in visitADDCARRY()2497 isNullConstant(N1) && !N->hasAnyUseOfValue(1)) in visitADDCARRYLike()[all …]
771 (isNullConstant(Op1) || ISD::isBuildVectorAllZeros(Op1.getNode()))) in SimplifyDemandedBits()1436 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()1524 if (isNullConstant(Scl) || isNullFPConstant(Scl)) in SimplifyDemandedVectorElts()
3066 if (isNullConstant(N1)) in computeOverflowKind()4217 if (Divisor.isUndef() || isNullConstant(Divisor)) in isUndef()4223 isNullConstant(V); }); in isUndef()8060 bool llvm::isNullConstant(SDValue V) { in isNullConstant() function in llvm
3840 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()4462 if (isNullConstant(LowerSatConstant)) { in LowerSELECT_CC()4730 if (LHS.getResNo() == 1 && (isOneConstant(RHS) || isNullConstant(RHS)) && in LowerBR_CC()9660 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()10263 if (!isNullConstant(UmlalNode->getOperand(3))) in AddCombineTo64bitUMAAL()10266 if ((isNullConstant(AddeNode->getOperand(0)) && in AddCombineTo64bitUMAAL()10269 isNullConstant(AddeNode->getOperand(1)))) { in AddCombineTo64bitUMAAL()10297 isNullConstant(AddeNode->getOperand(0)) && in PerformUMLALCombine()10298 isNullConstant(AddeNode->getOperand(1)) && in PerformUMLALCombine()10318 isNullConstant(LHS->getOperand(0)) && in PerformAddcSubcCombine()[all …]
1225 if (RHS.getOpcode() == ISD::SUB && isNullConstant(RHS.getOperand(0)) && in emitComparison()1239 } else if (LHS.getOpcode() == ISD::AND && isNullConstant(RHS) && in emitComparison()1310 if (isNullConstant(SubOp0) && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in emitConditionalComparison()3978 if (isNullConstant(TVal.getOperand(0))) { in LowerSELECT_CC()4772 if (!isNullConstant(Op)) in LowerAsmOperandForConstraint()9142 if (!isNullConstant(N0.getOperand(1))) in performAcrossLaneMinMaxReductionCombine()9146 if (!isNullConstant(IfTrue.getOperand(1))) in performAcrossLaneMinMaxReductionCombine()9183 if (!isNullConstant(N1)) in performAcrossLaneAddReductionCombine()9621 if (isNullConstant(LHS)) in performBRCONDCombine()9624 if (!isNullConstant(RHS)) in performBRCONDCombine()
4998 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()6987 if (!(Op->getOperand(i).isUndef() || isNullConstant(Op->getOperand(i)))) in isSplatZeroExtended()6997 } else if (!(isNullConstant(Op->getOperand(i)) || in isSplatZeroExtended()15153 if (CondElt.isUndef() || isNullConstant(CondElt)) in lowerVSELECTtoVectorShuffle()15255 isNullConstant(Op.getOperand(1))) && in LowerEXTRACT_VECTOR_ELT_SSE4()17962 if (isNullConstant(Op1)) in EmitCmp()18681 if (isNullConstant(Op1)) { in EmitKTEST()18717 if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() && isNullConstant(Op1) && in LowerSETCC()18725 if (Op0.getOpcode() == ISD::OR && isNullConstant(Op1) && in LowerSETCC()18737 if ((isOneConstant(Op1) || isNullConstant(Op1)) && in LowerSETCC()[all …]
620 isNullConstant(Root->getOperand(2)) && in IsProfitableToFold()
5561 if (isNullConstant(BeforeOps[1])) { in unfoldMemoryOperand()
1484 if (RHS.getOpcode() == ISD::SUB && isNullConstant(RHS.getOperand(0)) && in emitComparison()1498 } else if (LHS.getOpcode() == ISD::AND && isNullConstant(RHS) && in emitComparison()1583 if (isNullConstant(SubOp0) && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in emitConditionalComparison()4622 if (isNullConstant(TVal.getOperand(0))) { in LowerSELECT_CC()5526 if (!isNullConstant(Op)) in LowerAsmOperandForConstraint()9936 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()10640 if (isNullConstant(LHS)) in performBRCONDCombine()10643 if (!isNullConstant(RHS)) in performBRCONDCombine()
1361 bool isNullConstant(SDValue V);
1326 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
1280 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
1581 bool isNullConstant(SDValue V);
1912 if (isNullConstant(RHS) && in LookThroughSetCC()1920 isNullConstant(LHS.getOperand(1))) { in LookThroughSetCC()
1923 if (isNullConstant(RHS) && in LookThroughSetCC()1931 isNullConstant(LHS.getOperand(1))) { in LookThroughSetCC()
1642 LeadingZero &= isNullConstant(UniquedVals[i]); in get_VSPLTI_elt()7125 else if (isNullConstant(BVN->getOperand(i))) in LowerBUILD_VECTOR()10557 if (isNullConstant(N->getOperand(0))) // 0 << V -> 0. in PerformDAGCombine()10561 if (isNullConstant(N->getOperand(0))) // 0 >>u V -> 0. in PerformDAGCombine()11115 !isNullConstant(LHS.getOperand(1))) in PerformDAGCombine()
937 return isNullConstant(Op); in isHWFalseValue()
4300 if (!isNullConstant(Op.getOperand(1))) in ComputeNumSignBitsForTargetNode()
1105 return isNullConstant(Op); in isHWFalseValue()
2967 if (!isNullConstant(Op.getOperand(1))) in ComputeNumSignBitsForTargetNode()
2078 LeadingZero &= isNullConstant(UniquedVals[i]); in get_VSPLTI_elt()7816 else if (isNullConstant(BVN->getOperand(i))) in LowerBUILD_VECTOR()12460 if (isNullConstant(N->getOperand(0))) // 0 << V -> 0. in PerformDAGCombine()12464 if (isNullConstant(N->getOperand(0))) // 0 >>u V -> 0. in PerformDAGCombine()13031 !isNullConstant(LHS.getOperand(1))) in PerformDAGCombine()
3413 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()8589 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()10834 if (!isNullConstant(CmpZ->getOperand(1))) in PerformCMOVToBFICombine()
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...