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.h187 LLVM_ABI static ConstantRange makeMaskNotEqualRange(const APInt &Mask,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1246 ConstantRange::makeMaskNotEqualRange(*Mask, *C)); in getValueFromICmpCondition()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp407 ConstantRange ConstantRange::makeMaskNotEqualRange(const APInt &Mask, in makeMaskNotEqualRange() function in ConstantRange