Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3954 const SCEV *TCMul = getAddExpr(ExitCount, in getSmallConstantTripMultiple() local
3958 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(TCMul)) in getSmallConstantTripMultiple()
3959 TCMul = Mul->getOperand(0); in getSmallConstantTripMultiple()
3961 const SCEVConstant *MulC = dyn_cast<SCEVConstant>(TCMul); in getSmallConstantTripMultiple()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5305 const SCEV *TCMul = getAddExpr(ExitCount, getOne(ExitCount->getType())); in getSmallConstantTripMultiple() local
5308 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(TCMul)) in getSmallConstantTripMultiple()
5309 TCMul = Mul->getOperand(0); in getSmallConstantTripMultiple()
5311 const SCEVConstant *MulC = dyn_cast<SCEVConstant>(TCMul); in getSmallConstantTripMultiple()