Searched refs:MatchingOpIdxA (Results 1 – 1 of 1) sorted by relevance
1094 unsigned MatchingOpIdxA, Instruction *AddOpB, in checkIfSafeAddSequence() argument1098 << MatchingOpIdxA << ", AddOpB=" << *AddOpB in checkIfSafeAddSequence()1118 if (AddOpA->getOperand(MatchingOpIdxA) == in checkIfSafeAddSequence()1120 Value *OtherOperandA = AddOpA->getOperand(MatchingOpIdxA == 1 ? 0 : 1); in checkIfSafeAddSequence()1243 for (unsigned MatchingOpIdxA : {0, 1}) in getConstantOffsetComplexAddrs()1246 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in getConstantOffsetComplexAddrs()