Lines Matching defs:Expand
2282 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
3471 // Expand the IV increment.
5686 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF,
5709 // Expand directly to the ultimate type if it's the right size.
5717 // Expand the BaseRegs portion.
5726 // Expand the ScaledReg portion.
5736 // Expand ScaleReg as if it was part of the base regs.
5768 // Expand the GV portion.
5792 // Expand the immediate portion.
5812 // Expand the unfolded offset portion.
5930 Expand(LU, LF, F, BB->getTerminator()->getIterator(), DeadInsts);
6002 Value *FullV = Expand(LU, LF, F, LF.UserInst->getIterator(), DeadInsts);
6014 // Expand may have updated one of the operands of the icmp already, and
6072 // Expand the new value definitions and update the users.