HomeSort by relevance Sort by last modified time
    Searched refs:isOne (Results 1 - 25 of 49) sorted by null

1 2

  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
runtime.c 213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 68 inline bool isOne(const Expr *E) {
121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
  /art/test/068-classloader/src/
Main.java 361 static void useImplement(DoubledImplement di, boolean isOne) {
366 if (!isOne) {
370 if (!isOne) {
  /external/clang/include/clang/AST/
CharUnits.h 118 /// isOne - Test whether the quantity equals one.
119 bool isOne() const { return Quantity == 1; }
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 134 if (ExpectedValue->isOne())
  /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/Transforms/InstCombine/
InstCombineAddSub.cpp 63 bool isOne() const { return isInt() && IntVal == 1; }
296 if (That.isOne())
421 if (!BreakNum || Coeff.isOne())
573 return CE.isOne() ? Opnd0.getSymVal() : nullptr;
827 if (!CE.isMinusOne() && !CE.isOne())
854 if (Coeff.isMinusOne() || Coeff.isOne()) {
    [all...]
InstCombineSelect.cpp 85 if (Pred == ICmpInst::ICMP_SLT && (C1->isZero() || C1->isOne())) {
229 return C1I->isOne() || C1I->isAllOnesValue() ||
230 C2I->isOne() || C2I->isAllOnesValue();
    [all...]
InstCombineCalls.cpp 308 if (Power->isOne())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 84 if (!CI->isOne()) std::swap(ReplaceWith, Other);
LoopIdiomRecognize.cpp 426 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) ||
451 if (!Inc || !Inc->isOne())
    [all...]
IndVarSimplify.cpp     [all...]
JumpThreading.cpp 460 cast<ConstantInt>(I->getOperand(1))->isOne()) {
588 KnownCond = CI->isOne();
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 621 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
622 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
634 if (CI->isOne() &&
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 221 if (Res->isOne())
247 if (Res->isOne())
    [all...]
BranchProbabilityInfo.cpp 402 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
ConstantFolding.cpp     [all...]
Lint.cpp 387 !cast<ConstantInt>(UnderlyingObject)->isOne(),
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 463 var isOne = function(e) {
467 return props.filter(isOne).length === props.length;
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 113 /// isOne - Return true if the expression is a constant one.
115 bool isOne() const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 247 if (IsDynInit->isOne())
250 if (IsBlacklisted->isOne())
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 168 bool isOne() const {
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 546 bool isOne() const {

Completed in 458 milliseconds

1 2