Searched refs:InsertedShift (Results 1 – 1 of 1) sorted by relevance
1413 BinaryOperator *&InsertedShift = InsertedShifts[TruncUserBB]; in SinkShiftAndTruncate() local1416 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate()1421 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate()1424 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate()1426 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate()1433 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate()1515 BinaryOperator *&InsertedShift = InsertedShifts[UserBB]; in OptimizeExtractBits() local1517 if (!InsertedShift) { in OptimizeExtractBits()1522 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in OptimizeExtractBits()1527 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in OptimizeExtractBits()[all …]