Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp990 ConstantRange DivCR = LCR.sdiv(RCR); in processSDiv() local
991 if (const APInt *Elem = DivCR.getSingleElement()) { in processSDiv()