Searched refs:getSizeWithOverflow (Results 1 – 1 of 1) sorted by relevance
568 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function585 Size = getSizeWithOverflow(Data).getZExtValue(); in getObjectSize()966 return (getSizeWithOverflow(LHS).slt(getSizeWithOverflow(RHS))) ? LHS : RHS; in combineSizeOffset()968 return (getSizeWithOverflow(LHS).sgt(getSizeWithOverflow(RHS))) ? LHS : RHS; in combineSizeOffset()970 return (getSizeWithOverflow(LHS).eq(getSizeWithOverflow(RHS))) ? LHS in combineSizeOffset()