Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3704 SmallVector<const SCEV *, 2> NotOps; in getSMinExpr() local
3706 NotOps.push_back(getNotSCEV(S)); in getSMinExpr()
3707 return getNotSCEV(getSMaxExpr(NotOps)); in getSMinExpr()
3723 SmallVector<const SCEV *, 2> NotOps; in getUMinExpr() local
3725 NotOps.push_back(getNotSCEV(S)); in getUMinExpr()
3726 return getNotSCEV(getUMaxExpr(NotOps)); in getUMinExpr()