Home
last modified time | relevance | path

Searched defs:isContiguous (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp978 static bool isContiguous(const ConstantRange &A, const ConstantRange &B) { in isContiguous() function
H A DVerifier.cpp3668 static bool isContiguous(const ConstantRange &A, const ConstantRange &B) { in isContiguous() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11232 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous() function