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

1 23 4 5 6

  /external/valgrind/main/callgrind/
callgrind_annotate.in 361 my $isZero = 1;
363 $isZero = 0 if ($CC->[$i] >0);
365 return $isZero;
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 414 if (isZero()) {
873 DigitList::isZero() const
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java 96 public boolean isZero()
ECFieldElement.java     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 196 } else if (cast<ConstantInt>(Leaf.Low)->isZero()) {
  /external/skia/include/core/
SkPoint.h 44 bool isZero() const { return (fX | fY) == 0; }
  /external/webkit/Source/WebCore/svg/
SVGTransformDistance.cpp 238 bool SVGTransformDistance::isZero() const
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 121 return RHS->isZero();
215 !cast<ConstantInt>(GEP->getOperand(1))->isZero() ||
305 bool IsTrueForElt = !cast<ConstantInt>(C)->isZero();
484 if (CI->isZero()) continue;
514 if (CI->isZero()) continue;
686 if (CI->isZero()) {
761 if (DivRHS->isZero())
    [all...]
InstCombineCalls.cpp 342 if (Power->isZero())
454 if (RHS->isZero()) {
475 if (RHS->isZero()) {
532 if (RHSI->isZero())
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp 420 if (OpC->isZero()) continue;
563 if (C->isZero()) {
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
JumpThreading.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 62 if (Offset.isZero())
114 if (!NonVirtual.isZero())
161 if (NonVirtualOffset.isZero() && !VBase) {
1110 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); local
    [all...]
CGExprCXX.cpp 784 if (constNum->isZero()) return;
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 48 /// NOTE: we cannot consider 'undef' to be "IsZero" here. The problem is that
    [all...]
BranchProbabilityInfo.cpp 336 if (CV->isZero()) {
LazyValueInfo.cpp 595 if (!Len || Len->isZero()) return false;
    [all...]
ScalarEvolution.cpp 259 bool SCEV::isZero() const {
261 return SC->getValue()->isZero();
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 46 return CFP->isZero() && CFP->isNegative();
55 return CI->isZero();
59 return CFP->isZero() && !CFP->isNegative();
719 bool isZero = C->isNullValue();
722 if (isZero || isUndef) {
725 isZero = isUndef = false;
730 if (isZero)
    [all...]
Value.cpp 380 if (CI->isZero())
ConstantFold.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 326 if (SizeOfLargestEmptySubobject.isZero())
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 415 ASSERT_ARG(size, !size.isZero());
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 163 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
299 if (!cellLogicalWidth.isRelative() && cellLogicalWidth.isZero())
    [all...]

Completed in 765 milliseconds

1 23 4 5 6