Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1235 ConstantRange Result_sext(std::min(L, Compare), std::max(L, Compare) + 1); in multiply() local
1236 ConstantRange SR = Result_sext.truncate(getBitWidth()); in multiply()