Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h259 const APInt *getSingleMissingElement() const { in getSingleMissingElement() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1820 if (!CopyOfCR.contains(NewCR) && CopyOfCR.getSingleMissingElement()) in handleCallResult()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp214 } else if (auto *OnlyMissingElt = getSingleMissingElement()) { in getEquivalentICmp()