Home
last modified time | relevance | path

Searched refs:getSizeWithOverflow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp580 static APInt getSizeWithOverflow(const SizeOffsetAPInt &Data) { in getSizeWithOverflow() function
599 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()