/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ValueLatticeTest.cpp | 101 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-7.0/llvm/include/llvm/IR/ |
D | Constant.h | 66 bool isZeroValue() const;
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 66 bool isZeroValue() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 68 bool isZeroValue() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 50 if (OpC->isZeroValue())
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MustExecute.cpp | 97 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
|
D | Lint.cpp | 563 if (C->isZeroValue()) in isZero()
|
D | BranchProbabilityInfo.cpp | 559 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 208 if (OpC->isZeroValue())
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 327 if (Cst->isZeroValue()) in shouldConvertImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 335 if (Cst->isZeroValue()) in shouldConvertImpl()
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 118 } else if (C->isZeroValue()) { in processPHI()
|
D | SCCP.cpp | 1369 if (Op1LV.isConstant() && Op1LV.getConstant()->isZeroValue()) in ResolvedUndefsIn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 209 } else if (C->isZeroValue()) { in processPHI()
|
D | SCCP.cpp | 1423 if (Op1LV.isConstant() && Op1LV.getConstant()->isZeroValue()) in ResolvedUndefsIn()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1638 bool flag = !imm8->isZeroValue(); in VEXTRACTI128() 1648 bool flag = !imm8->isZeroValue(); in VINSERTI128()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 527 if (C->isZeroValue()) in isZero()
|
D | ValueTracking.cpp | 1171 if (CIndex->isZeroValue()) in computeKnownBitsFromOperator() 1854 return isa<ConstantInt>(V) && !cast<ConstantInt>(V)->isZeroValue(); in isKnownNonZero()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 626 if (!ConstVA->isZeroValue()) in GetAnyNonZeroConstInt()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 724 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin() 788 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 877 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin() 954 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Constants.cpp | 65 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
|
D | Instructions.cpp | 2092 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 70 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3639 BC->isZeroValue() || in visitCallInst()
|