Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp357 const SCEV *(ScalarEvolution::*GetExprForBO)(const SCEV *, const SCEV *, in strengthenOverflowingOperation() local
365 GetExprForBO = &ScalarEvolution::getAddExpr; in strengthenOverflowingOperation()
369 GetExprForBO = &ScalarEvolution::getMinusSCEV; in strengthenOverflowingOperation()
373 GetExprForBO = &ScalarEvolution::getMulExpr; in strengthenOverflowingOperation()
386 const SCEV *OpAfterExtend = (SE->*GetExprForBO)( in strengthenOverflowingOperation()
398 const SCEV *OpAfterExtend = (SE->*GetExprForBO)( in strengthenOverflowingOperation()