Searched refs:GetExprForBO (Results 1 – 1 of 1) sorted by relevance
738 const SCEV *(ScalarEvolution::*GetExprForBO)(const SCEV *, const SCEV *, in strengthenOverflowingOperation() local745 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()