Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantRange.h149 getEquivalentPredWithFlippedSignedness(CmpInst::Predicate Pred,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp324 ConstantRange::getEquivalentPredWithFlippedSignedness( in processICmp()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp2600 TEST_F(ConstantRangeTest, getEquivalentPredWithFlippedSignedness) { in TEST_F() argument
2607 ConstantRange::getEquivalentPredWithFlippedSignedness(Pred, CR1, in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp186 CmpInst::Predicate ConstantRange::getEquivalentPredWithFlippedSignedness( in getEquivalentPredWithFlippedSignedness() function in ConstantRange