HomeSort by relevance Sort by last modified time
    Searched refs:uge (Results 1 - 25 of 26) 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 765 if (Offset.uge(SL.getSizeInBytes()))
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 377 if (CR.Upper.ule(Upper) || CR.Lower.uge(Lower))
481 if (Upper.uge(MaxValue))
494 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 463 if (Size == 0 || Offset.isNegative() || Offset.uge(AllocSize)) {
557 (IsOffsetKnown && !Offset.isNegative() && Offset.uge(AllocSize)))
573 (IsOffsetKnown && !Offset.isNegative() && Offset.uge(AllocSize)))
807 if (Size == 0 || Offset.isNegative() || Offset.uge(AllocSize))
    [all...]
Reassociate.cpp 326 while (LHS.uge(Threshold))
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 117 INT_ITEM_DEFINE_COMPARISON(>=, uge)
  /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 210 bool uge(uint64_t Num) const { function in class:llvm::ConstantInt
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 601 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 336 if (Op1->uge(TypeBits)) {
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 613 if (KnownOneLHS.uge(UnknownBit))
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 349 if (Value.uge(1) && Value.ule(10)) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 235 IMPLEMENT_INTEGER_ICMP(uge,Ty);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 221 milliseconds

1 2