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.cpp204 CmpInst::Predicate FlippedSignednessPred = in getEquivalentPredWithFlippedSignedness() local
208 return FlippedSignednessPred; in getEquivalentPredWithFlippedSignedness()
211 return CmpInst::getInversePredicate(FlippedSignednessPred); in getEquivalentPredWithFlippedSignedness()