Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp598 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function
615 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()