Home
last modified time | relevance | path

Searched refs:InsertedShift (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2383 BinaryOperator *&InsertedShift = InsertedShifts[TruncUserBB]; in SinkShiftAndTruncate() local
2386 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() local
2491 if (!InsertedShift) { in OptimizeExtractBits()
2496 InsertedShift = in OptimizeExtractBits()
[all …]