HomeSort by relevance Sort by last modified time
    Searched refs:isZero (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/icu4c/i18n/
digitlst.cpp 424 if (isZero()) {
883 DigitList::isZero() const
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 159 if (TogetherCI && !TogetherCI->isZero()){
435 bool icmp_abit = (ACst != 0 && !ACst->isZero() &&
437 bool icmp_bbit = (BCst != 0 && !BCst->isZero() &&
440 if (CCst != 0 && CCst->isZero()) {
506 if (C->isZero()) {
699 if (!MCst->isZero())
747 if (LHSCC == ICmpInst::ICMP_EQ && LHSCst->isZero()) {
    [all...]
InstCombineCompares.cpp 121 return RHS->isZero();
219 !cast<ConstantInt>(GEP->getOperand(1))->isZero() ||
310 bool IsTrueForElt = !cast<ConstantInt>(C)->isZero();
489 if (CI->isZero()) continue;
519 if (CI->isZero()) continue;
713 if (CI->isZero()) {
    [all...]
InstCombineCalls.cpp 344 if (Power->isZero())
453 if (RHS->isZero()) {
474 if (RHS->isZero()) {
530 if (RHSI->isZero())
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp 431 if (OpC->isZero()) continue;
574 if (C->isZero()) {
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java 96 public boolean isZero()
ECFieldElement.java     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 405 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero())
Reassociate.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 196 } else if (cast<ConstantInt>(Leaf.Low)->isZero()) {
  /external/webkit/Source/WebCore/svg/
SVGTransformDistance.cpp 238 bool SVGTransformDistance::isZero() const
  /external/llvm/include/llvm/
Constants.h 161 bool isZero() const {
267 /// isZero - Return true if the value is positive or negative zero.
268 bool isZero() const { return Val.isZero(); }
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 48 return CFP->isZero() && CFP->isNegative();
57 return CI->isZero();
61 return CFP->isZero() && !CFP->isNegative();
822 bool isZero = true;
827 isZero = V[0]->isNullValue();
828 if (isUndef || isZero) {
831 isZero = false;
837 if (isZero)
874 bool isZero = C->isNullValue();
877 if (isZero || isUndef)
    [all...]
ConstantFold.cpp     [all...]
Value.cpp 430 if (CI->isZero())
  /external/clang/lib/CodeGen/
CGClass.cpp 63 if (Offset.isZero())
114 if (!NonVirtual.isZero())
160 if (NonVirtualOffset.isZero() && !VBase) {
1145 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); local
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 292 if (CV->isZero()) {
InlineCost.cpp 252 if (OpC->isZero()) continue;
    [all...]
LazyValueInfo.cpp 569 if (!Len || Len->isZero()) return false;
    [all...]
  /external/skia/include/core/
SkPoint.h 37 bool isZero() const { return (fX | fY) == 0; }
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 415 ASSERT_ARG(size, !size.isZero());
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 163 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
299 if (!cellLogicalWidth.isRelative() && cellLogicalWidth.isZero())
    [all...]

Completed in 8362 milliseconds

1 23 4 5 6