Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h338 exactIntersectWith(const ConstantRange &CR) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp528 CR0.exactIntersectWith(CR1)) { in widenCondCommon()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp700 ConstantRange::exactIntersectWith(const ConstantRange &CR) const { in exactIntersectWith() function in ConstantRange