HomeSort by relevance Sort by last modified time
    Searched defs:isNullValue (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 101 if (params != null && !isNullValue(params)) {
116 private static boolean isNullValue(byte[] toCheck) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 51 return isNullValue();
54 bool Constant::isNullValue() const {
242 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue())
706 if (C->isNullValue() && rangeOnlyContains(V.begin(), V.end(), C))
827 isZero = V[0]->isNullValue();
830 if (!V[i]->isNullValue())
874 bool isZero = C->isNullValue();
    [all...]

Completed in 672 milliseconds