Searched refs:ValueShifted (Results 1 – 1 of 1) sorted by relevance
118 Value *ValueShifted; in expand() local121 ValueShifted = Builder.CreateShl(ValuePHI, ConstantInt::get(InputTy, 1)); in expand()124 ValueShifted = Builder.CreateLShr(ValuePHI, ConstantInt::get(InputTy, 1)); in expand()127 ValueShifted = Builder.CreateAShr(ValuePHI, ConstantInt::get(InputTy, 1)); in expand()132 ValuePHI->addIncoming(ValueShifted, LoopBB); in expand()144 Result->addIncoming(ValueShifted, LoopBB); in expand()