Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h182 static ConstantRange makeMaskNotEqualRange(const APInt &Mask, const APInt &C);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1208 ConstantRange::makeMaskNotEqualRange(*Mask, *C)); in getValueFromICmpCondition()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp396 ConstantRange ConstantRange::makeMaskNotEqualRange(const APInt &Mask, in makeMaskNotEqualRange() function in ConstantRange