Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp568 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function
585 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()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp369 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function
388 Size = getSizeWithOverflow(Data).getZExtValue(); in getObjectSize()
614 APInt TrueResult = getSizeWithOverflow(TrueSide); in visitSelectInst()
615 APInt FalseResult = getSizeWithOverflow(FalseSide); in visitSelectInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp481 static APInt getSizeWithOverflow(const SizeOffsetType &Data) { in getSizeWithOverflow() function
498 Size = getSizeWithOverflow(Data).getZExtValue(); in getObjectSize()
794 APInt TrueResult = getSizeWithOverflow(TrueSide); in visitSelectInst()
795 APInt FalseResult = getSizeWithOverflow(FalseSide); in visitSelectInst()