Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp44 if (OpC->isZeroValue()) in emitGEPOffset()
H A DMustExecute.cpp155 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
H A DLint.cpp563 if (C->isZeroValue()) in isZero()
H A DBranchProbabilityInfo.cpp634 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
H A DConstantFolding.cpp2864 return Op->isZeroValue() ? ConstantInt::get(Ty, 0) in ConstantFoldScalarCall1()
2872 if (Elt->isZeroValue()) in ConstantFoldScalarCall1()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h73 LLVM_ABI bool isZeroValue() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp345 if (Cst->isZeroValue()) in shouldConvertImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp458 Value *V = LastVisited->second->isZeroValue() ? I.getFalseValue() in visitSelectInst()
464 (I.getFalseValue() == LastVisited->first && Condition->isZeroValue())) in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp552 if (CI->isZeroValue() && AccessSize == VecStoreSize) { in promoteAllocaUserToVector()
609 if (CI->isZeroValue() && AccessSize == VecStoreSize) { in promoteAllocaUserToVector()
H A DAMDGPUInstCombineIntrinsic.cpp1373 if (BC->isZeroValue() || RM->getZExtValue() != 0xF || in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1187 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp()
1205 (Inc->getIndex()->isZeroValue() && AtomicFirstCounter)) { in lowerIncrement()
H A DDataFlowSanitizer.cpp2337 if (!ConstantShadow || !ConstantShadow->isZeroValue()) in loadShadowOrigin()
2526 if (!ConstantShadow->isZeroValue()) in storeOrigin()
H A DMemorySanitizer.cpp1349 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in storeOrigin()
1512 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in materializeInstructionChecks()
3358 if (!IsZeroPoison->isZeroValue()) { in handleCountLeadingTrailingZeros()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp341 if (!C->isZeroValue()) { in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp130 if (StartValue && !StartValue->isZeroValue()) in expandVecReduceAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp929 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp227 if (C->isZeroValue()) in getValueOnEdge()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1066 if (constant->isZeroValue()) in constStructWithPadding()
2013 if (constant && !constant->isZeroValue() && in EmitAutoVarInit()
H A DItaniumCXXABI.cpp901 CPA->getAddrDiscriminator()->isZeroValue() && in pointerAuthResignConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp2258 if (C->isZeroValue()) in processReductionSingle()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2377 return Value && !cast<ConstantAsMetadata>(Value)->getValue()->isZeroValue(); in getAssignmentTrackingModuleFlag()
H A DAutoUpgrade.cpp4505 if (!Offset || !Offset->isZeroValue()) in upgradeDbgIntrinsicToDbgRecord()
4788 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()
H A DConstants.cpp76 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2632 if (Cmp && Cmp->isZeroValue()) { in visitAnd()
4996 assert(!C1->isZeroValue() && "Unexpected xor with 0"); in visitXor()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2204 return C->isZeroValue(); in isZero()

12