Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2106 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate()
2111 InsertedShift = in SinkShiftAndTruncate()
2114 InsertedShift = in SinkShiftAndTruncate()
2116 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate()
2117 InsertedShift->insertBefore(*TruncUserBB, InsertPt); in SinkShiftAndTruncate()
2211 if (!InsertedShift) { in OptimizeExtractBits()
2216 InsertedShift = in OptimizeExtractBits()
2219 InsertedShift = in OptimizeExtractBits()
2221 InsertedShift->insertBefore(*UserBB, InsertPt); in OptimizeExtractBits()
2222 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in OptimizeExtractBits()
[all …]