Searched refs:getSizeWithOverflow (Results 1 – 1 of 1) sorted by relevance
598 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function615 Size = getSizeWithOverflow(Data).getZExtValue(); in getObjectSize()999 return (getSizeWithOverflow(LHS).slt(getSizeWithOverflow(RHS))) ? LHS : RHS; in combineSizeOffset()1001 return (getSizeWithOverflow(LHS).sgt(getSizeWithOverflow(RHS))) ? LHS : RHS; in combineSizeOffset()1003 return (getSizeWithOverflow(LHS).eq(getSizeWithOverflow(RHS))) ? LHS in combineSizeOffset()