Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp738 const SCEV *(ScalarEvolution::*GetExprForBO)(const SCEV *, const SCEV *, in strengthenOverflowingOperation() local
745 GetExprForBO = &ScalarEvolution::getAddExpr; in strengthenOverflowingOperation()
749 GetExprForBO = &ScalarEvolution::getMinusSCEV; in strengthenOverflowingOperation()
753 GetExprForBO = &ScalarEvolution::getMulExpr; in strengthenOverflowingOperation()
766 const SCEV *OpAfterExtend = (SE->*GetExprForBO)( in strengthenOverflowingOperation()
778 const SCEV *OpAfterExtend = (SE->*GetExprForBO)( in strengthenOverflowingOperation()