Searched refs:SizeInt (Results 1 – 3 of 3) sorted by relevance
118 const llvm::APSInt *SizeInt = svalBuilder.getKnownValue(state, Size); in checkPreStmt() local119 if (!SizeInt) in checkPreStmt()122 CharUnits regionSize = CharUnits::fromQuantity(SizeInt->getZExtValue()); in checkPreStmt()
967 std::optional<uint64_t> SizeInt = ConstSize->tryZExtValue(); in mayLoopAccessLocation() local969 if (BEInt && SizeInt) in mayLoopAccessLocation()970 AccessSize = LocationSize::precise((*BEInt + 1) * *SizeInt); in mayLoopAccessLocation()
519 llvm::APSInt SizeInt = ER.Val.getInt(); in isPtrBufferSafe() local522 SizeInt, llvm::APSInt(CAT->getSize(), true)) == 0; in isPtrBufferSafe()