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

1 2 3

  /external/llvm/lib/Analysis/
DemandedBits.cpp 145 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1);
161 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1);
174 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1);
385 OS << "DemandedBits: 0x" << utohexstr(KV.second.getLimitedValue()) << " for "
BasicAliasAnalysis.cpp 249 Offset <<= RHS.getLimitedValue();
250 Scale <<= RHS.getLimitedValue();
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 96 CI->getLimitedValue(BitWidth) < BitWidth) {
434 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
470 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
561 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
562 uint32_t ShiftAmt2 = COp1->getLimitedValue(TypeBits);
    [all...]
InstCombineSimplifyDemanded.cpp 567 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
591 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
632 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
    [all...]
InstCombineVectorOps.cpp 600 int ElementNumber = CI->getLimitedValue();
768 int Element = cast<ConstantInt>(I->getOperand(2))->getLimitedValue();
    [all...]
InstCombineAndOrXor.cpp 239 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
259 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
279 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp 83 uint64_t Size = MemOpLength->getLimitedValue();
170 uint64_t Len = LenC->getLimitedValue();
    [all...]
InstCombineCasts.cpp 384 if (CI->getLimitedValue(BitWidth) < BitWidth)
397 CI->getLimitedValue(BitWidth) < BitWidth) {
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 127 std::string HexString = utohexstr(AI.getLimitedValue(), /*LowerCase=*/true);
  /external/llvm/lib/CodeGen/
StackProtector.cpp 221 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) {
  /external/llvm/lib/IR/
Module.cpp 285 uint64_t Val = Behavior->getLimitedValue();
Constants.cpp 880 Elts.push_back(CFP->getValueAPF().bitcastToAPInt().getLimitedValue());
    [all...]
  /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 1046 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 476 (size_t)(Args[2].IntVal.getLimitedValue()));
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 264 mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue();
266 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue();
704 const uint64_t SizeValue = Size->getValue().getLimitedValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 797 insertUse(II, Offset, Length ? Length->getLimitedValue()
798 : AllocSize - Offset.getLimitedValue(),
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 1009 EXPECT_EQ(0xdeadbeefULL, X.getLimitedValue());
1015 EXPECT_EQ(~0ULL, Y.getLimitedValue());
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 607 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
Preprocessor.cpp 869 Value = APVal.getLimitedValue();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 405 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 656 .bitcastToAPInt().getHiBits(32).getLimitedValue());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 453 uint64_t NumberKind = V->getValue().getLimitedValue();
    [all...]

Completed in 2147 milliseconds

1 2 3