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 365 for (unsigned OpdIdx = 0, OpdE = MI->getNumOperands(); OpdIdx != OpdE;
366 ++OpdIdx) {
367 MachineOperand &Op = MI->getOperand(OpdIdx);

Completed in 127 milliseconds