HomeSort by relevance Sort by last modified time
    Searched refs:getLimitedValue (Results 1 - 25 of 42) 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...]
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);
231 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
252 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineMulDivRem.cpp 716 APInt NC = C2->getValue().shl(C1->getLimitedValue(C1->getBitWidth()-1));
    [all...]
InstCombineAddSub.cpp 842 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 230 if (CI->getLimitedValue(BufferSize) >= BufferSize)
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 47 unsigned Num = NumParams.getLimitedValue(255);
SemaChecking.cpp 374 TV = Result.getLimitedValue(64);
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 206 .bitcastToAPInt().getHiBits(32).getLimitedValue());
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 565 Length ? Length->getLimitedValue()
566 : AllocSize - Offset.getLimitedValue(),
580 uint64_t RawOffset = Offset.getLimitedValue();
581 uint64_t Size = Length ? Length->getLimitedValue()
653 uint64_t Size = std::min(AllocSize - Offset.getLimitedValue(),
654 Length->getLimitedValue());
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 187 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 188 Offset <<= RHSC->getValue().getLimitedValue();
189 Scale <<= RHSC->getValue().getLimitedValue();
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 595 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
608 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
  /external/llvm/include/llvm/IR/
Constants.h 214 /// getLimitedValue - If the value is smaller than the specified limit,
219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
220 return Val.getLimitedValue(Limit);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 1033 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 304 uint64_t NumberKind = V->getValue().getLimitedValue();
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 615 uint64_t Bits= Val.bitcastToAPInt().getLimitedValue();
  /external/clang/lib/AST/
MicrosoftMangle.cpp 361 *--CurPtr = 'A' + Temp.And(NibbleMask).getLimitedValue(0xf);
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 385 /// getLimitedValue - If this value is smaller than the specified limit,
388 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 678 uint64_t AllocaArraySize = AIArraySize->getLimitedValue();
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 426 .bitcastToAPInt().getHiBits(32).getLimitedValue());
    [all...]

Completed in 914 milliseconds

1 2