Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp707 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local
712 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()
729 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply()
734 auto L = {this_min * Other_min, this_min * Other_max, in multiply()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp950 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local
955 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()
973 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply()
978 auto L = {this_min * Other_min, this_min * Other_max, in multiply()
1355 APInt this_min = getSignedMin().sext(getBitWidth() * 2); in smul_sat() local
1360 auto L = {this_min * Other_min, this_min * Other_max, this_max * Other_min, in smul_sat()
/external/musl/ldso/
Ddynlink.c668 size_t this_min, this_max; in map_library() local
813 this_min = ph->p_vaddr & -PAGE_SIZE; in map_library()
821 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()