Searched refs:ValueShifted (Results 1 – 1 of 1) sorted by relevance
116 Value *ValueShifted; in expand() local119 ValueShifted = Builder.CreateShl(ValuePHI, ConstantInt::get(Int32Ty, 1)); in expand()122 ValueShifted = Builder.CreateLShr(ValuePHI, ConstantInt::get(Int32Ty, 1)); in expand()125 ValueShifted = Builder.CreateAShr(ValuePHI, ConstantInt::get(Int32Ty, 1)); in expand()130 ValuePHI->addIncoming(ValueShifted, LoopBB); in expand()142 Result->addIncoming(ValueShifted, LoopBB); in expand()