Lines Matching defs:Expand
2281 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
3470 // Expand the IV increment.
5684 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF,
5707 // Expand directly to the ultimate type if it's the right size.
5715 // Expand the BaseRegs portion.
5724 // Expand the ScaledReg portion.
5734 // Expand ScaleReg as if it was part of the base regs.
5766 // Expand the GV portion.
5790 // Expand the immediate portion.
5810 // Expand the unfolded offset portion.
5934 Expand(LU, LF, F, BB->getTerminator()->getIterator(), DeadInsts);
6008 Value *FullV = Expand(LU, LF, F, LF.UserInst->getIterator(), DeadInsts);
6020 // Expand may have updated one of the operands of the icmp already, and
6078 // Expand the new value definitions and update the users.