Home
last modified time | relevance | path

Searched refs:isZeroValue (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h71 bool isZeroValue() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp44 if (OpC->isZeroValue()) in emitGEPOffset()
H A DMustExecute.cpp152 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
H A DLint.cpp544 if (C->isZeroValue()) in isZero()
H A DBranchProbabilityInfo.cpp638 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
H A DValueTracking.cpp1171 if (CIndex && CIndex->isZeroValue()) in computeKnownBitsFromOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp349 if (Cst->isZeroValue()) in shouldConvertImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp404 if (AccessSize == VecStoreSize && cast<Constant>(Index)->isZeroValue()) { in promoteAllocaUserToVector()
459 if (AccessSize == VecStoreSize && cast<Constant>(Index)->isZeroValue()) { in promoteAllocaUserToVector()
H A DAMDGPUInstCombineIntrinsic.cpp1016 if (BC->isZeroValue() || RM->getZExtValue() != 0xF || in instCombineIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp919 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp()
937 (Inc->getIndex()->isZeroValue() && AtomicFirstCounter)) { in lowerIncrement()
H A DDataFlowSanitizer.cpp2336 if (!ConstantShadow || !ConstantShadow->isZeroValue()) in loadShadowOrigin()
2522 if (!ConstantShadow->isZeroValue()) in storeOrigin()
H A DMemorySanitizer.cpp1282 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in storeOrigin()
1429 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in materializeInstructionChecks()
3038 if (!IsZeroPoison->isZeroValue()) { in handleCountZeroes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp307 if (!C->isZeroValue()) { in mutate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp429 Value *V = LastVisited->second->isZeroValue() ? I.getFalseValue() in visitSelectInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp234 if (C->isZeroValue()) in getValueOnEdge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp784 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1072 if (constant->isZeroValue()) in constStructWithPadding()
1951 if (constant && !constant->isZeroValue() && in EmitAutoVarInit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2312 return Value && !cast<ConstantAsMetadata>(Value)->getValue()->isZeroValue(); in getAssignmentTrackingModuleFlag()
H A DConstants.cpp62 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
H A DAutoUpgrade.cpp4426 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2430 if (Cmp->isZeroValue()) { in visitAnd()
4593 assert(!C1->isZeroValue() && "Unexpected xor with 0"); in visitXor()
H A DInstructionCombining.cpp794 !ConstantExpr::getICmp(ICmpInst::ICMP_UGT, C, BitWidthC)->isZeroValue()) in tryFoldInstWithCtpopWithNot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2203 return C->isZeroValue(); in isZero()
H A DHexagonISelLowering.cpp1124 NewConst.push_back(IRB.getInt8(CV->getOperand(i)->isZeroValue())); in LowerConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5201 MRI, RHS, [](const Constant *C) { return C && !C->isZeroValue(); }); in matchSDivByConst()

12