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

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 96 CI->getLimitedValue(BitWidth) < BitWidth) {
427 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
463 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
554 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
555 uint32_t ShiftAmt2 = COp1->getLimitedValue(TypeBits);
    [all...]
InstCombineSimplifyDemanded.cpp 609 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
633 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
674 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
    [all...]
InstCombineVectorOps.cpp 648 int ElementNumber = CI->getLimitedValue();
815 int Element = cast<ConstantInt>(I->getOperand(2))->getLimitedValue();
    [all...]
InstCombineCalls.cpp 81 uint64_t Size = MemOpLength->getLimitedValue();
169 uint64_t Len = LenC->getLimitedValue();
    [all...]
InstCombineAndOrXor.cpp 202 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
222 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
242 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 390 if (CI->getLimitedValue(BitWidth) < BitWidth)
403 CI->getLimitedValue(BitWidth) < BitWidth) {
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 226 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) {
  /external/clang/lib/Lex/
PPExpressions.cpp 600 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
613 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
Preprocessor.cpp 790 Value = APVal.getLimitedValue();
  /external/llvm/include/llvm/IR/
Constants.h 213 /// getLimitedValue - If the value is smaller than the specified limit,
218 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
219 return Val.getLimitedValue(Limit);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 1034 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 203 std::max<uint32_t>(1, Weight->getLimitedValue(WeightLimit)));
ValueTracking.cpp 478 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
490 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
505 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
    [all...]
BasicAliasAnalysis.cpp 242 Offset <<= RHSC->getValue().getLimitedValue();
243 Scale <<= RHSC->getValue().getLimitedValue();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 489 (size_t)(Args[2].IntVal.getLimitedValue()));
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 511 .bitcastToAPInt().getHiBits(32).getLimitedValue());
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 511 Length ? Length->getLimitedValue()
512 : AllocSize - Offset.getLimitedValue(),
542 uint64_t RawOffset = Offset.getLimitedValue();
543 uint64_t Size = Length ? Length->getLimitedValue()
596 uint64_t Size = std::min(AllocSize - Offset.getLimitedValue(),
597 Length->getLimitedValue());
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 242 *size = cast<ConstantArrayType>(qual_type)->getSize().getLimitedValue(ULLONG_MAX);
334 length = cast<ConstantArrayType>(GetCanonicalQualType().getTypePtr())->getSize().getLimitedValue();
    [all...]
ClangASTContext.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 406 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 752 uint64_t AllocaArraySize = AIArraySize->getLimitedValue();
    [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 454 uint64_t NumberKind = V->getValue().getLimitedValue();
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 159 return AssignToMatchType(scalar, value_apint.getLimitedValue(), value->getType());
    [all...]

Completed in 1396 milliseconds

1 2