| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 44 if (OpC->isZeroValue()) in emitGEPOffset()
|
| H A D | MustExecute.cpp | 155 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
|
| H A D | Lint.cpp | 563 if (C->isZeroValue()) in isZero()
|
| H A D | BranchProbabilityInfo.cpp | 634 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
|
| H A D | ConstantFolding.cpp | 2864 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 D | Constant.h | 73 LLVM_ABI bool isZeroValue() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 345 if (Cst->isZeroValue()) in shouldConvertImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 458 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 D | AMDGPUPromoteAlloca.cpp | 552 if (CI->isZeroValue() && AccessSize == VecStoreSize) { in promoteAllocaUserToVector() 609 if (CI->isZeroValue() && AccessSize == VecStoreSize) { in promoteAllocaUserToVector()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1373 if (BC->isZeroValue() || RM->getZExtValue() != 0xF || in instCombineIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1187 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp() 1205 (Inc->getIndex()->isZeroValue() && AtomicFirstCounter)) { in lowerIncrement()
|
| H A D | DataFlowSanitizer.cpp | 2337 if (!ConstantShadow || !ConstantShadow->isZeroValue()) in loadShadowOrigin() 2526 if (!ConstantShadow->isZeroValue()) in storeOrigin()
|
| H A D | MemorySanitizer.cpp | 1349 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 D | IRMutator.cpp | 341 if (!C->isZeroValue()) { in mutate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILIntrinsicExpansion.cpp | 130 if (StartValue && !StartValue->isZeroValue()) in expandVecReduceAdd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 929 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 227 if (C->isZeroValue()) in getValueOnEdge()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1066 if (constant->isZeroValue()) in constStructWithPadding() 2013 if (constant && !constant->isZeroValue() && in EmitAutoVarInit()
|
| H A D | ItaniumCXXABI.cpp | 901 CPA->getAddrDiscriminator()->isZeroValue() && in pointerAuthResignConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 2258 if (C->isZeroValue()) in processReductionSingle()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 2377 return Value && !cast<ConstantAsMetadata>(Value)->getValue()->isZeroValue(); in getAssignmentTrackingModuleFlag()
|
| H A D | AutoUpgrade.cpp | 4505 if (!Offset || !Offset->isZeroValue()) in upgradeDbgIntrinsicToDbgRecord() 4788 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()
|
| H A D | Constants.cpp | 76 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2632 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 D | HexagonVectorCombine.cpp | 2204 return C->isZeroValue(); in isZero()
|