Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1209 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply() local
1211 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply()