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

  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 867 unsigned OtherIdx = MI->findTiedOperandIdx(MONum);
868 const MachineOperand &OtherMO = MI->getOperand(OtherIdx);
873 if (MI->findTiedOperandIdx(OtherIdx) != MONum)
876 if (OtherIdx < MCID.getNumOperands()) {
877 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 88 milliseconds