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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp351 unsigned OtherIdx = 1 - Idx; local
352 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) {
371 auto *LI = dyn_cast<LoadInst>(I->getOperand(OtherIdx));
H A DScalarEvolution.cpp2746 for (unsigned OtherIdx = Idx+1;
2747 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2748 ++OtherIdx) {
2752 cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()->getHeader(),
2755 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) {
2759 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2760 ++OtherIdx) {
2761 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp962 int OtherIdx = (SrcIdx == 0) ? 1 : 0; local
963 Value *OtherSrc = Cmp->getOperand(OtherIdx);
967 Cmp->setOperand(OtherIdx, OtherNewV);
977 Cmp->setOperand(OtherIdx,
H A DLoopStrengthReduce.cpp3453 unsigned OtherIdx = !U.getOperandNo(); local
3454 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1651 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); local
1652 const MachineOperand &OtherMO = MI->getOperand(OtherIdx);
1657 if (MI->findTiedOperandIdx(OtherIdx) != MONum)
1660 if (OtherIdx < MCID.getNumOperands()) {
1661 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp407 unsigned OtherIdx = CommuteOpNo == CommuteIdx0 ? CommuteIdx1 : CommuteIdx0; local
408 MachineOperand &OtherOp = MI->getOperand(OtherIdx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19687 unsigned OtherIdx = N0.getConstantOperandVal(2); local
19688 if (InsIdx < OtherIdx) {

Completed in 288 milliseconds