Searched refs:isOne (Results 1 - 25 of 46) sorted by relevance

12

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h138 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),
H A Druntime.c213 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), argument
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp68 inline bool isOne(const Expr *E) { function in class:__anon18161::WalkAST
121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
/external/clang/include/clang/AST/
H A DCharUnits.h118 /// isOne - Test whether the quantity equals one.
119 bool isOne() const { return Quantity == 1; } function in class:clang::CharUnits
/external/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp134 if (ExpectedValue->isOne())
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_tasks.js462 var isOne = function(e) {
466 return props.filter(isOne).length === props.length;
/external/guava/guava-tests/test/com/google/common/base/
H A DPredicatesTest.java508 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/
H A DInstCombineAddSub.cpp63 bool isOne() const { return isInt() && IntVal == 1; } function in class:__anon26243::FAddendCoef
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()) {
H A DInstCombineSelect.cpp85 if (Pred == ICmpInst::ICMP_SLT && (C1->isZero() || C1->isOne())) {
229 return C1I->isOne() || C1I->isAllOnesValue() ||
230 C2I->isOne() || C2I->isAllOnesValue();
H A DInstCombineCalls.cpp308 if (Power->isOne())
933 if (Splat->isOne())
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp84 if (!CI->isOne()) std::swap(ReplaceWith, Other);
H A DLoopIdiomRecognize.cpp426 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) ||
451 if (!Inc || !Inc->isOne())
H A DIndVarSimplify.cpp1477 if (!Step || !Step->isOne())
1558 cast<PointerType>(GEPBase->getType())->getElementType())->isOne()
1582 assert(AR->getStepRecurrence(*SE)->isOne() && "only handles unit stride");
H A DJumpThreading.cpp460 cast<ConstantInt>(I->getOperand(1))->isOne()) {
588 KnownCond = CI->isOne();
/external/llvm/lib/IR/
H A DConstantFold.cpp621 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); local
622 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
634 if (CI->isOne() &&
919 if (CI2->isOne())
1921 if (!cast<ConstantInt>(Idxs[0])->isOne())
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp221 if (Res->isOne())
247 if (Res->isOne())
H A DBranchProbabilityInfo.cpp402 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
H A DConstantFolding.cpp1694 if (Op2->isOne() && Op1->isZero()) // cttz(0, 1) is undef.
1698 if (Op2->isOne() && Op1->isZero()) // ctlz(0, 1) is undef.
H A DLint.cpp387 !cast<ConstantInt>(UnderlyingObject)->isOne(),
H A DMemoryBuiltins.cpp245 if (ConstSize->isOne())
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h113 /// isOne - Return true if the expression is a constant one.
115 bool isOne() const;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1353 bool isOne() const { return Value->isOne(); } function in class:ConstantSDNode
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp247 if (IsDynInit->isOne())
250 if (IsBlacklisted->isOne())
/external/llvm/include/llvm/IR/
H A DConstants.h168 bool isOne() const { function in class:llvm::ConstantInt
/external/llvm/include/llvm/Support/
H A DScaledNumber.h546 bool isOne() const { function in class:llvm::ScaledNumber

Completed in 4471 milliseconds

12