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

References

lib/Target/AArch64/AArch64FastISel.cpp
 4688   if (const auto *C = dyn_cast<ConstantInt>(Src0))
 4690       std::swap(Src0, Src1);
 4698       if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) {
 4704             Src0 = ZExt->getOperand(0);
 4707       } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) {
 4713             Src0 = SExt->getOperand(0);
 4718       unsigned Src0Reg = getRegForValue(Src0);
 4721       bool Src0IsKill = hasTrivialKill(Src0);