Searched refs:InsertedShift (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1981 BinaryOperator *&InsertedShift = InsertedShifts[TruncUserBB]; in SinkShiftAndTruncate() local 1984 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate() 1989 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate() 1992 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate() 1994 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate() 2001 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate() 2083 BinaryOperator *&InsertedShift = InsertedShifts[UserBB]; in OptimizeExtractBits() local 2085 if (!InsertedShift) { in OptimizeExtractBits() 2090 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in OptimizeExtractBits() 2093 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in OptimizeExtractBits() [all …]
|