Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp4508 const SCEV *TCMul = getAddExpr(ExitCount, in getSmallConstantTripMultiple() local
4512 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(TCMul)) in getSmallConstantTripMultiple()
4513 TCMul = Mul->getOperand(0); in getSmallConstantTripMultiple()
4515 const SCEVConstant *MulC = dyn_cast<SCEVConstant>(TCMul); in getSmallConstantTripMultiple()