Searched refs:InsertedShift (Results 1 – 1 of 1) sorted by relevance
1874 BinaryOperator *&InsertedShift = InsertedShifts[TruncUserBB]; in SinkShiftAndTruncate() local1877 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate()1882 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate()1885 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate()1887 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate()1894 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate()1976 BinaryOperator *&InsertedShift = InsertedShifts[UserBB]; in OptimizeExtractBits() local1978 if (!InsertedShift) { in OptimizeExtractBits()1983 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in OptimizeExtractBits()1988 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in OptimizeExtractBits()[all …]