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

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 67 inline bool isOne(const Expr *E) {
119 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
  /external/clang/include/clang/AST/
CharUnits.h 119 /// isOne - Test whether the quantity equals one.
120 bool isOne() const { return Quantity == 1; }
  /external/llvm/include/llvm/IR/
Constants.h 169 bool isOne() const {
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 508 Predicate<Integer> isOne = Predicates.equalTo(1);
510 assertTrue(isOne.apply(1));
511 assertFalse(isOne.apply(2));
512 assertFalse(isOne.apply(null));
  /external/llvm/lib/IR/
ConstantFold.cpp 617 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
618 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
630 if (CI->isOne() &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 60 bool isOne() const { return isInt() && IntVal == 1; }
259 if (That.isOne())
383 if (!BreakNum || Coeff.isOne())
522 return CE.isOne() ? Opnd0.getSymVal() : 0;
771 if (!CE.isMinusOne() && !CE.isOne())
798 if (Coeff.isMinusOne() || Coeff.isOne()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 281 bool SCEV::isOne() const {
283 return SC->getValue()->isOne();
395 if (CI->isOne()) {
417 if (CI->isOne() &&
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 209 milliseconds