Searched refs:InsertedShift (Results 1 – 1 of 1) sorted by relevance
2383 BinaryOperator *&InsertedShift = InsertedShifts[TruncUserBB]; in SinkShiftAndTruncate() local2386 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate()2391 InsertedShift = in SinkShiftAndTruncate()2394 InsertedShift = in SinkShiftAndTruncate()2396 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate()2397 InsertedShift->insertBefore(*TruncUserBB, InsertPt); in SinkShiftAndTruncate()2406 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate()2489 BinaryOperator *&InsertedShift = InsertedShifts[UserBB]; in OptimizeExtractBits() local2491 if (!InsertedShift) { in OptimizeExtractBits()2496 InsertedShift = in OptimizeExtractBits()[all …]