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

References

lib/Target/AArch64/AArch64FastISel.cpp
 1198       if (isa<ConstantInt>(SI->getOperand(1)))
 1199         if (SI->getOpcode() == Instruction::Shl  ||
 1200             SI->getOpcode() == Instruction::LShr ||
 1201             SI->getOpcode() == Instruction::AShr   )