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