Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp192 CmpInst::Predicate FlippedSignednessPred = in getEquivalentPredWithFlippedSignedness() local
196 return FlippedSignednessPred; in getEquivalentPredWithFlippedSignedness()
199 return CmpInst::getInversePredicate(FlippedSignednessPred); in getEquivalentPredWithFlippedSignedness()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp2570 ICmpInst::Predicate FlippedSignednessPred = in TEST_F() local
2572 testConstantRangeICmpPredEquivalence(Pred, [FlippedSignednessPred]( in TEST_F()
2576 FlippedSignednessPred, in TEST_F()