Searched defs:MulSCEV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp474 const SCEVMulExpr *MulSCEV = dyn_cast<SCEVMulExpr>(SCEVExpr); local
478 if (!MulSCEV && IV.getType()->isPointerTy())
493 if (!MulSCEV)
499 for (const SCEV *Operand : MulSCEV->operands()) {

Completed in 98 milliseconds