Searched refs:isSingleElement (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DConstantRange.h125 /// isSingleElement - Return true if this set contains exactly one member.
127 bool isSingleElement() const { return getSingleElement() != 0; } function in class:llvm::ConstantRange
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1092 if (CR.isSingleElement() && CR.contains(CI->getValue()))
1098 if (CR.isSingleElement() && CR.contains(CI->getValue()))
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp63 if (CR.isSingleElement())

Completed in 111 milliseconds