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

12

/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp67 inline bool isOne(const Expr *E) { function in class:__anon3333::WalkAST
121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp123 if (ExpectedValue->isOne())
/freebsd-10.0-release/contrib/llvm/tools/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
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp83 if (!CI->isOne()) std::swap(ReplaceWith, Other);
H A DLoopIdiomRecognize.cpp427 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) ||
452 if (!Inc || !Inc->isOne())
H A DIndVarSimplify.cpp1421 if (!Step || !Step->isOne())
1496 cast<PointerType>(GEPBase->getType())->getElementType())->isOne()
1519 assert(AR->getStepRecurrence(*SE)->isOne() && "only handles unit stride");
H A DJumpThreading.cpp444 cast<ConstantInt>(I->getOperand(1))->isOne()) {
572 KnownCond = CI->isOne();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp60 bool isOne() const { return isInt() && IntVal == 1; } function in class:__anon2592::FAddendCoef
293 if (That.isOne())
418 if (!BreakNum || Coeff.isOne())
557 return CE.isOne() ? Opnd0.getSymVal() : 0;
806 if (!CE.isMinusOne() && !CE.isOne())
833 if (Coeff.isMinusOne() || Coeff.isOne()) {
H A DInstCombineSelect.cpp205 return C1I->isOne() || C1I->isAllOnesValue() ||
206 C2I->isOne() || C2I->isAllOnesValue();
H A DInstCombineCalls.cpp306 if (Power->isOne())
695 if (Splat->isOne()) {
H A DInstCombineCompares.cpp152 if (RHS->isOne()) {
827 if (DivRHS->isOne()) {
2634 if (!CI->isZero() && !CI->isOne()) {
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp617 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); local
618 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
630 if (CI->isOne() &&
904 if (CI2->isOne())
1891 if (!cast<ConstantInt>(Idxs[0])->isOne())
/freebsd-10.0-release/contrib/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 DConstantFolding.cpp1575 if (Op2->isOne() && Op1->isZero()) // cttz(0, 1) is undef.
1579 if (Op2->isOne() && Op1->isZero()) // ctlz(0, 1) is undef.
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 DMemoryBuiltins.cpp233 if (ConstSize->isOne())
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h113 /// isOne - Return true if the expression is a constant one.
115 bool isOne() const;
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1169 bool isOne() const { return Value->isOne(); } function in class:llvm::SDNode::ConstantSDNode
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h170 bool isOne() const { function in class:llvm::ConstantInt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1041 if (!eltSize.isOne())
H A DCGExprScalar.cpp1857 if (!eltSize.isOne())
2485 if (!eltSize.isOne())
2501 if (elementSize.isOne())

Completed in 443 milliseconds

12