Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueLatticeTest.cpp101 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_NE, I1Ty, LV1)->isZeroValue()); in TEST_F()
102 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SLT, I1Ty, LV1)->isZeroValue()); in TEST_F()
103 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SGT, I1Ty, LV1)->isZeroValue()); in TEST_F()
111 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_EQ, I1Ty, LV2)->isZeroValue()); in TEST_F()
112 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SGE, I1Ty, LV2)->isZeroValue()); in TEST_F()
113 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SGT, I1Ty, LV2)->isZeroValue()); in TEST_F()
147 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV2)->isZeroValue()); in TEST_F()
148 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OLT, I1Ty, LV2)->isZeroValue()); in TEST_F()
149 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OGT, I1Ty, LV2)->isZeroValue()); in TEST_F()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h68 bool isZeroValue() const;
/external/llvm/include/llvm/IR/
DConstant.h66 bool isZeroValue() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h66 bool isZeroValue() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
DLocal.h50 if (OpC->isZeroValue())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp97 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
DLint.cpp563 if (C->isZeroValue()) in isZero()
DBranchProbabilityInfo.cpp559 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h208 if (OpC->isZeroValue())
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp327 if (Cst->isZeroValue()) in shouldConvertImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp335 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp209 } else if (C->isZeroValue()) { in processPHI()
DSCCP.cpp1423 if (Op1LV.isConstant() && Op1LV.getConstant()->isZeroValue()) in ResolvedUndefsIn()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1638 bool flag = !imm8->isZeroValue(); in VEXTRACTI128()
1648 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()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp877 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin()
954 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
/external/llvm/lib/IR/
DConstants.cpp70 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp65 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
DInstructions.cpp2092 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()
DAutoUpgrade.cpp3309 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()

12