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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 1123   if (isa<UndefValue>(CI.getArgOperand(1)))
 1128   for (auto AI = CI.arg_begin(), AE = CI.arg_end(); std::next(AI) != AE; ++AI)
 1128   for (auto AI = CI.arg_begin(), AE = CI.arg_end(); std::next(AI) != AE; ++AI)
 1133       cast<ConstantInt>(CI.getArgOperand(CI.getNumArgOperands() - 1))
 1133       cast<ConstantInt>(CI.getArgOperand(CI.getNumArgOperands() - 1))
 1136   if (auto *MCI = dyn_cast<MemCpyInst>(&CI)) {
 1139   } else if (auto *MMI = dyn_cast<MemMoveInst>(&CI)) {
 1143     auto *MSI = cast<MemSetInst>(&CI);
 1150   ICall.addImm(CI.isTailCall() ? 1 : 0);
 1155       MachinePointerInfo(CI.getArgOperand(0)),
 1159         MachinePointerInfo(CI.getArgOperand(1)),