Searched refs:OtherIdx (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp1768 for (unsigned OtherIdx = Idx+1;
1769 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
1770 ++OtherIdx)
1771 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) {
1775 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
1776 ++OtherIdx)
1778 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]))
1790 Ops.erase(Ops.begin() + OtherIdx);
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineVerifier.cpp839 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); local
840 const MachineOperand &OtherMO = MI->getOperand(OtherIdx);
845 if (MI->findTiedOperandIdx(OtherIdx) != MONum)
848 if (OtherIdx < MCID.getNumOperands()) {
849 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2992 unsigned OtherIdx = !UI.getOperandNo(); local
2993 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx));

Completed in 158 milliseconds