Searched refs:getSizeWithOverflow (Results 1 – 1 of 1) sorted by relevance
505 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function522 Size = getSizeWithOverflow(Data).getZExtValue(); in getObjectSize()830 APInt TrueResult = getSizeWithOverflow(TrueSide); in visitSelectInst()831 APInt FalseResult = getSizeWithOverflow(FalseSide); in visitSelectInst()