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

12

/macosx-10.9.5/libclosure-63/
H A DBlock_private.h229 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
236 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
H A Druntime.c197 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
215 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
238 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp123 if (ExpectedValue->isOne())
H A DSimplifyCFG.cpp2138 if (PBI_C->isOne())
2151 if (PBI_C->isOne()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp81 if (!CI->isOne()) std::swap(ReplaceWith, Other);
H A DIndVarSimplify.cpp1382 if (!Step || !Step->isOne())
1457 cast<PointerType>(GEPBase->getType())->getElementType())->isOne()
1480 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())
/macosx-10.9.5/llvmCore-3425.0.33/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())
H A DInstructions.cpp356 return isa<ConstantInt>(val) && cast<ConstantInt>(val)->isOne();
880 return !CI->isOne();
/macosx-10.9.5/llvmCore-3425.0.33/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()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp204 return C1I->isOne() || C1I->isAllOnesValue() ||
205 C2I->isOne() || C2I->isAllOnesValue();
H A DInstCombineCalls.cpp298 if (Power->isOne())
687 if (Splat->isOne()) {
H A DInstCombineCompares.cpp793 if (DivRHS->isOne()) {
2459 if (!CI->isZero() && !CI->isOne()) {
H A DInstCombineAndOrXor.cpp2099 if (RHS->isOne() && Op0->hasOneUse())
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolution.h113 /// isOne - Return true if the expression is a constant one.
115 bool isOne() const;
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-auto.mm954 // Under GC a -copy message should allocate a refcount 0 block, ergo the isOne parameter.
955 static void *block_gc_alloc5(const unsigned long size, const bool isOne, const bool isObject) {
957 return auto_zone_allocate_object(gc_zone, size, type, isOne, false);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1166 bool isOne() const { return Value->isOne(); } function in class:llvm::SDNode::ConstantSDNode
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DConstants.h169 bool isOne() const { function in class:llvm::ConstantInt
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcISelLowering.cpp876 cast<ConstantSDNode>(LHS.getOperand(0))->isOne() &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp1835 IsOneZero = InitVal->isNullValue() && CI->isOne();

Completed in 329 milliseconds

12