Searched refs:isZeroValue (Results 1 – 24 of 24) sorted by relevance
71 bool isZeroValue() const;
44 if (OpC->isZeroValue()) in emitGEPOffset()
152 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
542 if (C->isZeroValue()) in isZero()
638 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
1342 if (CIndex && CIndex->isZeroValue()) in computeKnownBitsFromOperator()
9417 if (Result->isZeroValue()) { in computeShiftCompareExitLimit()
349 if (Cst->isZeroValue()) in shouldConvertImpl()
300 if (!C->isZeroValue()) { in mutate()
784 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
718 (Inc->getIndex()->isZeroValue() && AtomicFirstCounter)) { in lowerIncrement()
2330 if (!ConstantShadow || !ConstantShadow->isZeroValue()) in loadShadowOrigin()2516 if (!ConstantShadow->isZeroValue()) in storeOrigin()
1218 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in storeOrigin()1367 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in materializeInstructionChecks()2970 if (!IsZeroPoison->isZeroValue()) { in handleCountZeroes()
239 if (C->isZeroValue()) in getValueOnEdge()
887 if (BC->isZeroValue() || RM->getZExtValue() != 0xF || in instCombineIntrinsic()
1059 if (constant->isZeroValue()) in constStructWithPadding()1890 if (constant && !constant->isZeroValue() && in EmitAutoVarInit()
1966 return Value && !cast<ConstantAsMetadata>(Value)->getValue()->isZeroValue(); in getAssignmentTrackingModuleFlag()
62 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
4163 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()
2176 if (Cmp->isZeroValue()) { in visitAnd()4124 assert(!C1->isZeroValue() && "Unexpected xor with 0"); in visitXor()
1781 return C->isZeroValue(); in isZero()
1124 NewConst.push_back(IRB.getInt8(CV->getOperand(i)->isZeroValue())); in LowerConstantPool()
5106 MRI, RHS, [](const Constant *C) { return C && !C->isZeroValue(); }); in matchSDivByConst()
9750 else if (C && *C && (*C)->isZeroValue()) in updateWithSelectInst()