Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1874 BinaryOperator *&InsertedShift = InsertedShifts[TruncUserBB]; in SinkShiftAndTruncate() local
1877 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() local
1978 if (!InsertedShift) { in OptimizeExtractBits()
1983 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in OptimizeExtractBits()
1986 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in OptimizeExtractBits()
[all …]