Home
last modified time | relevance | path

Searched refs:MatchingOpIdxA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1094 unsigned MatchingOpIdxA, Instruction *AddOpB, in checkIfSafeAddSequence() argument
1098 << 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()