Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h66 bool isZeroValue() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h68 bool isZeroValue() const;
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h208 if (OpC->isZeroValue())
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp327 if (Cst->isZeroValue()) in shouldConvertImpl()
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp118 } else if (C->isZeroValue()) { in processPHI()
DSCCP.cpp1369 if (Op1LV.isConstant() && Op1LV.getConstant()->isZeroValue()) in ResolvedUndefsIn()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1596 bool flag = !imm8->isZeroValue(); in VEXTRACTI128()
1613 bool flag = !imm8->isZeroValue(); in VINSERTI128()
/external/llvm/lib/Analysis/
DLint.cpp527 if (C->isZeroValue()) in isZero()
DValueTracking.cpp1171 if (CIndex->isZeroValue()) in computeKnownBitsFromOperator()
1854 return isa<ConstantInt>(V) && !cast<ConstantInt>(V)->isZeroValue(); in isKnownNonZero()
DScalarEvolution.cpp6277 if (Result->isZeroValue()) { in computeShiftCompareExitLimit()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp626 if (!ConstVA->isZeroValue()) in GetAnyNonZeroConstInt()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp724 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin()
788 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
/external/llvm/lib/IR/
DConstants.cpp70 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
DInstructions.cpp2247 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()