HomeSort by relevance Sort by last modified time
    Searched refs:OpdIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 453 int OpdIdx = 0;
456 OpdIdx = 1;
457 Last = Inst->getOperand(OpdIdx);
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 390 for (unsigned OpdIdx = 0, OpdE = MI.getNumOperands(); OpdIdx != OpdE;
391 ++OpdIdx) {
392 MachineOperand &Op = MI.getOperand(OpdIdx);

Completed in 189 milliseconds