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

1 2

  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 139 (-BSizeInt).uge(SE->getUnsignedRange(BA).getUnsignedMax()))
153 (-ASizeInt).uge(SE->getUnsignedRange(AB).getUnsignedMax()))
ConstantFolding.cpp 766 if (Offset.uge(SL.getSizeInBytes()))
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 378 if (CR.Upper.ule(Upper) || CR.Lower.uge(Lower))
482 if (Upper.uge(MaxValue))
495 if (LowerDiv.uge(MaxValue)) {
APInt.cpp     [all...]
  /external/llvm/utils/vim/
llvm.vim 33 syn keyword llvmStatement sle slt srem store sub switch trunc udiv ueq uge ugt
  /external/llvm/include/llvm/ADT/
APSInt.h 136 return IsUnsigned ? uge(RHS) : sge(RHS);
APInt.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 118 if (D->getValue().uge(BitWidth))
  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 28 bool operator >= (const APInt& RHS) const { return uge(RHS); }
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 342 if (Size == 0 || Offset.isNegative() || Offset.uge(AllocSize)) {
449 (IsOffsetKnown && !Offset.isNegative() && Offset.uge(AllocSize)))
465 (IsOffsetKnown && !Offset.isNegative() && Offset.uge(AllocSize)))
600 if ((Offset.isNegative() && (-Offset).uge(PHISize)) ||
601 (!Offset.isNegative() && Offset.uge(AllocSize))) {
641 if ((Offset.isNegative() && Offset.uge(SelectSize)) ||
642 (!Offset.isNegative() && Offset.uge(AllocSize))) {
    [all...]
Reassociate.cpp 405 while (LHS.uge(Threshold))
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 117 INT_ITEM_DEFINE_COMPARISON(>=, uge)
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 542 LLAssert(llong((int32_t)-1).uge(llong(0x7fffffff, 0xffffffff)));
543 LLAssert(llong((int32_t)-1).uge(llong((int32_t)-1)));
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 543 LLAssert(llong((int32_t)-1).uge(llong(0x7fffffff, 0xffffffff)));
544 LLAssert(llong((int32_t)-1).uge(llong((int32_t)-1)));
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 209 bool uge(uint64_t Num) const { function in class:llvm::ConstantInt
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 606 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineShifts.cpp 336 if (Op1->uge(TypeBits)) {
InstCombineCasts.cpp 613 if (KnownOneLHS.uge(UnknownBit))
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 252 IMPLEMENT_INTEGER_ICMP(uge,Ty);
253 IMPLEMENT_VECTOR_INTEGER_ICMP(uge,Ty);
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 377 if (Value.uge(1) && Value.ule(10)) {
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1131 milliseconds

1 2