Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp122 ConstantRange ExactCR = R.getRange(); in TestUnsignedUnaryOpExhaustive() local
125 EXPECT_EQ(ExactCR, ActualCR); in TestUnsignedUnaryOpExhaustive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9008 ConstantRange ExactCR = ConstantRange::makeExactICmpRegion(Pred, RA); in SimplifyICmpOperands() local
9009 if (ExactCR.isFullSet()) in SimplifyICmpOperands()
9011 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
9016 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9260 ConstantRange ExactCR = ConstantRange::makeExactICmpRegion(Pred, RA); in SimplifyICmpOperands() local
9261 if (ExactCR.isFullSet()) in SimplifyICmpOperands()
9263 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
9268 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()