HomeSort by: relevance | last modified time | path
    Searched defs:isNullValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 61 return isNullValue();
83 return isNullValue();
86 bool Constant::isNullValue() const {
598 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue())
1288 if (C->isNullValue() && rangeOnlyContains(V.begin(), V.end(), C))
1338 isZero = V[0]->isNullValue();
1342 if (!V[i]->isNullValue())
1382 bool isZero = C->isNullValue();
1425 if (V->isNullValue())
1930 if (cast<Constant>(To)->isNullValue())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 391 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
411 bool isNullValue() const { return !*this; }
442 bool isMinValue() const { return isNullValue(); }
1844 if (isNullValue())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1556 bool isNullValue() const { return Value->isZero(); }

Completed in 61 milliseconds