Searched refs:TCMul (Results 1 – 1 of 1) sorted by relevance
4508 const SCEV *TCMul = getAddExpr(ExitCount, in getSmallConstantTripMultiple() local4512 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()