Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h577 const SCEV *getAbsExpr(const SCEV *Op, bool IsNSW);
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3483 const SCEV *ScalarEvolution::getAbsExpr(const SCEV *Op, bool IsNSW) { in getAbsExpr() function in ScalarEvolution
6650 const SCEV *AbsX = getAbsExpr(X, /*IsNSW=*/false); in createSCEV()
6752 return getAbsExpr( in createSCEV()