Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp737 ConstantRange Result_sext(std::min(L, Compare), std::max(L, Compare) + 1); in multiply() local
738 ConstantRange SR = Result_sext.truncate(getBitWidth()); in multiply()