Searched refs:SizeInt (Results 1 – 2 of 2) sorted by relevance
116 const llvm::APSInt *SizeInt = svalBuilder.getKnownValue(state, Size); in checkPreStmt() local117 if (!SizeInt) in checkPreStmt()120 CharUnits regionSize = CharUnits::fromQuantity(SizeInt->getZExtValue()); in checkPreStmt()
952 std::optional<uint64_t> SizeInt = ConstSize->getAPInt().tryZExtValue(); in mayLoopAccessLocation() local954 if (BEInt && SizeInt) in mayLoopAccessLocation()955 AccessSize = LocationSize::precise((*BEInt + 1) * *SizeInt); in mayLoopAccessLocation()