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

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 94 CI->getLimitedValue(BitWidth) < BitWidth) {
424 uint32_t Op1Val = Op1->getLimitedValue(TypeBits);
456 uint32_t Op1Val = Op1->getLimitedValue(TypeBits);
543 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
544 uint32_t ShiftAmt2 = Op1->getLimitedValue(TypeBits);
InstCombineSimplifyDemanded.cpp 608 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
632 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
673 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
    [all...]
InstCombineVectorOps.cpp 555 int ElementNumber = CI->getLimitedValue();
720 int Element = cast<ConstantInt>(I->getOperand(2))->getLimitedValue();
    [all...]
InstCombineCalls.cpp 79 uint64_t Size = MemOpLength->getLimitedValue();
167 uint64_t Len = LenC->getLimitedValue();
    [all...]
InstCombineCasts.cpp 387 if (CI->getLimitedValue(BitWidth) < BitWidth)
400 CI->getLimitedValue(BitWidth) < BitWidth) {
    [all...]
InstCombineAndOrXor.cpp 210 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
230 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
250 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp 878 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
    [all...]
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 49 unsigned Num = NumParams.getLimitedValue(255);
SemaChecking.cpp 405 TV = Result.getLimitedValue(64);
589 TV = Result.getLimitedValue(64);
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 244 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 389 .bitcastToAPInt().getHiBits(32).getLimitedValue());
  /external/clang/lib/Lex/
PPExpressions.cpp 600 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
613 unsigned ShAmt = static_cast<unsigned>(RHS.Val.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 1033 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 201 std::max<uint32_t>(1, Weight->getLimitedValue(WeightLimit)));
ValueTracking.cpp 487 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
500 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
516 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
    [all...]
BasicAliasAnalysis.cpp 228 Offset <<= RHSC->getValue().getLimitedValue();
229 Scale <<= RHSC->getValue().getLimitedValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 457 Length ? Length->getLimitedValue()
458 : AllocSize - Offset.getLimitedValue(),
472 uint64_t RawOffset = Offset.getLimitedValue();
473 uint64_t Size = Length ? Length->getLimitedValue()
526 uint64_t Size = std::min(AllocSize - Offset.getLimitedValue(),
527 Length->getLimitedValue());
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 389 *--CurPtr = 'A' + Temp.And(NibbleMask).getLimitedValue(0xf);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 419 uint64_t NumberKind = V->getValue().getLimitedValue();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 408 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 899 uint64_t Bits= Val.bitcastToAPInt().getLimitedValue();
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 688 uint64_t AllocaArraySize = AIArraySize->getLimitedValue();
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 439 .bitcastToAPInt().getHiBits(32).getLimitedValue());
    [all...]

Completed in 876 milliseconds

1 2