Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp193 CmpInst::Predicate FlippedSignednessPred = in getEquivalentPredWithFlippedSignedness() local
197 return FlippedSignednessPred; in getEquivalentPredWithFlippedSignedness()
200 return CmpInst::getInversePredicate(FlippedSignednessPred); in getEquivalentPredWithFlippedSignedness()