Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp618 APInt UpperModulo = UpperDiv - MaxBitValue; in truncate() local
619 if (UpperModulo.ult(LowerDiv)) in truncate()
621 UpperModulo.trunc(DstTySize)).unionWith(Union); in truncate()