Searched refs:getLimitedValue (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp94 CI->getLimitedValue(BitWidth) < BitWidth) {
424 uint32_t Op1Val = Op1->getLimitedValue(TypeBits);
457 uint32_t Op1Val = Op1->getLimitedValue(TypeBits);
533 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
534 uint32_t ShiftAmt2 = Op1->getLimitedValue(TypeBits);
H A DInstCombineSimplifyDemanded.cpp583 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
607 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
648 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
H A DInstCombineAndOrXor.cpp210 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
231 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
252 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
1292 cast<ConstantInt>(I->getOperand(1))->getLimitedValue(~0U);
H A DInstCombineCasts.cpp378 if (CI->getLimitedValue(BitWidth) < BitWidth)
391 CI->getLimitedValue(BitWidth) < BitWidth) {
H A DInstCombineAddSub.cpp51 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
H A DInstCombineCompares.cpp937 uint32_t ShAmtVal = (uint32_t)ShAmt->getLimitedValue(TypeBits);
1163 int ShAmtVal = TyBits - ShAmt->getLimitedValue(TyBits);
1298 uint32_t ShAmtVal = (uint32_t)ShAmt->getLimitedValue(TypeBits);
H A DInstructionCombining.cpp1008 uint32_t ShAmtVal = ShAmt->getLimitedValue(64);
/external/clang/lib/Sema/
H A DTargetAttributesSema.cpp47 unsigned Num = NumParams.getLimitedValue(255);
H A DSemaChecking.cpp351 TV = Result.getLimitedValue(64);
1421 if (Result.getLimitedValue() > 1)
1425 if (Result.getLimitedValue() > 3)
4667 << (unsigned)size.getLimitedValue(~0U)
H A DSemaExprCXX.cpp3626 Dim = Value.getLimitedValue();
3642 return CAT->getSize().getLimitedValue();
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp181 .bitcastToAPInt().getHiBits(32).getLimitedValue());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp275 uint64_t NumberKind = V->getValue().getLimitedValue();
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp173 std::max<uint32_t>(1, Weight->getLimitedValue(WeightLimit)));
H A DValueTracking.cpp475 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
488 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
504 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
1233 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1);
H A DBasicAliasAnalysis.cpp214 Offset <<= RHSC->getValue().getLimitedValue();
215 Scale <<= RHSC->getValue().getLimitedValue();
/external/clang/lib/Lex/
H A DPPExpressions.cpp582 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
595 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue());
/external/llvm/include/llvm/
H A DConstants.h214 /// getLimitedValue - If the value is smaller than the specified limit,
219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const { function in class:llvm::ConstantInt
220 return Val.getLimitedValue(Limit);
/external/llvm/lib/Support/
H A DAPInt.cpp1033 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1122 return lshr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1187 return shl((unsigned)shiftAmt.getLimitedValue(BitWidth));
1241 return rotl((unsigned)rotateAmt.getLimitedValue(BitWidth));
1252 return rotr((unsigned)rotateAmt.getLimitedValue(BitWidth));
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp974 mangleNumber(Dimensions[Dim].getLimitedValue());
/external/llvm/include/llvm/ADT/
H A DAPInt.h383 /// getLimitedValue - If this value is smaller than the specified limit,
386 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const { function in class:llvm::APInt
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp423 .bitcastToAPInt().getHiBits(32).getLimitedValue());
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp463 .bitcastToAPInt().getHiBits(32).getLimitedValue());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1318 Structors.push_back(std::make_pair(Priority->getLimitedValue(65535),
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1879 getStreamer().EmitIntValue(AsInt.getLimitedValue(),
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1979 uint64_t Size = OldSize->getLimitedValue();

Completed in 915 milliseconds

12