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

1 2

  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 131 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
138 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
runtime.c 214 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
232 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
255 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
  /dalvik/tests/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 119 /// isOne - Test whether the quantity equals one.
120 bool isOne() const { return Quantity == 1; }
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 122 bool Likely = ExpectedValue->isOne();
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 79 if (!CI->isOne()) std::swap(ReplaceWith, Other);
IndVarSimplify.cpp     [all...]
JumpThreading.cpp 430 cast<ConstantInt>(I->getOperand(1))->isOne()) {
558 KnownCond = CI->isOne();
    [all...]
Reassociate.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 357 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
LazyValueInfo.cpp 215 if (Res->isOne())
241 if (Res->isOne())
    [all...]
ScalarEvolutionExpander.cpp 191 if (Factor->isOne())
    [all...]
Lint.cpp 382 !cast<ConstantInt>(UnderlyingObject)->isOne(),
ScalarEvolution.cpp 265 bool SCEV::isOne() const {
267 return SC->getValue()->isOne();
365 if (CI->isOne()) {
387 if (CI->isOne() &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 199 return C1I->isOne() || C1I->isAllOnesValue() ||
200 C2I->isOne() || C2I->isAllOnesValue();
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 112 /// isOne - Return true if the expression is a constant one.
114 bool isOne() const;
    [all...]
  /external/llvm/include/llvm/
Constants.h 165 bool isOne() const {
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 615 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
616 if (Constant *C = getFoldedSizeOf(Ty, DestTy, !isOne)) {
628 if (CI->isOne() &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 734 if (!eltSize.isOne())
    [all...]
CGExprScalar.cpp     [all...]
CGExprCXX.cpp 691 if (typeSize.isOne()) {
    [all...]
CGStmt.cpp 474 if (C->isOne())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 428 milliseconds

1 2