Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h254 const APInt *getSingleMissingElement() const { in getSingleMissingElement() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1587 if (!CopyOfCR.contains(NewCR) && CopyOfCR.getSingleMissingElement()) in handleCallResult()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp214 } else if (auto *OnlyMissingElt = getSingleMissingElement()) { in getEquivalentICmp()