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

References

lib/Target/AArch64/AArch64FastISel.cpp
 1233       if (const auto *C = dyn_cast<ConstantInt>(SI->getOperand(1)))
 1234         if ((SI->getOpcode() == Instruction::Shl) && (C->getZExtValue() < 4)) {
 1235           unsigned RHSReg = getRegForValue(SI->getOperand(0));
 1238           bool RHSIsKill = hasTrivialKill(SI->getOperand(0));