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

12

/external/compiler-rt/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:__anon3847::WalkAST
120 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
/external/clang/include/clang/AST/
H A DCharUnits.h119 /// isOne - Test whether the quantity equals one.
120 bool isOne() const { return Quantity == 1; } function in class:clang::CharUnits
/external/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp123 if (ExpectedValue->isOne())
/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/Scalar/
H A DCorrelatedValuePropagation.cpp81 if (!CI->isOne()) std::swap(ReplaceWith, Other);
H A DIndVarSimplify.cpp1377 if (!Step || !Step->isOne())
1452 cast<PointerType>(GEPBase->getType())->getElementType())->isOne()
1475 assert(AR->getStepRecurrence(*SE)->isOne() && "only handles unit stride");
H A DJumpThreading.cpp435 cast<ConstantInt>(I->getOperand(1))->isOne()) {
563 KnownCond = CI->isOne();
H A DLoopStrengthReduce.cpp1900 cast<ConstantInt>(BO->getOperand(1))->isOne() &&
1905 cast<ConstantInt>(BO->getOperand(1))->isOne() &&
2011 if (C->isOne() || C->isAllOnesValue())
/external/llvm/lib/VMCore/
H A DConstantFold.cpp616 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); local
617 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
629 if (CI->isOne() &&
906 if (CI2->isOne())
1902 if (!cast<ConstantInt>(Idxs[0])->isOne())
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp322 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
H A DLazyValueInfo.cpp220 if (Res->isOne())
246 if (Res->isOne())
H A DScalarEvolutionExpander.cpp217 if (Factor->isOne())
1365 if (S->isAffine() && S->getOperand(1)->isOne()) {
H A DLint.cpp387 !cast<ConstantInt>(UnderlyingObject)->isOne(),
H A DScalarEvolution.cpp275 bool SCEV::isOne() const { function in class:SCEV
277 return SC->getValue()->isOne();
389 if (CI->isOne()) {
411 if (CI->isOne() &&
6311 if (Step->isOne()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp204 return C1I->isOne() || C1I->isAllOnesValue() ||
205 C2I->isOne() || C2I->isAllOnesValue();
H A DInstCombineCalls.cpp275 if (Power->isOne())
664 if (Splat->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.h1166 bool isOne() const { return Value->isOne(); } function in class:llvm::SDNode::ConstantSDNode
/external/llvm/include/llvm/
H A DConstants.h169 bool isOne() const { function in class:llvm::ConstantInt
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp844 if (!eltSize.isOne())
H A DCGExprScalar.cpp1596 if (!eltSize.isOne())
2061 if (!eltSize.isOne())
2077 if (elementSize.isOne())
H A DCGExprCXX.cpp753 if (typeSize.isOne()) {
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp876 cast<ConstantSDNode>(LHS.getOperand(0))->isOne() &&

Completed in 391 milliseconds

12