reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 1569       if (ShiftI->getOpcode() == Instruction::AShr)
 1570         InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI,
 1573         InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI,
 1575       InsertedShift->setDebugLoc(ShiftI->getDebugLoc());