Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp613 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply() local
615 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply()