Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp396 unsigned MatchingOpIdxA, Instruction *AddOpB, in checkIfSafeAddSequence() argument
417 if (AddOpA->getOperand(MatchingOpIdxA) == in checkIfSafeAddSequence()
419 Value *OtherOperandA = AddOpA->getOperand(MatchingOpIdxA == 1 ? 0 : 1); in checkIfSafeAddSequence()
537 for (unsigned MatchingOpIdxA : {0, 1}) in lookThroughComplexAddresses()
540 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in lookThroughComplexAddresses()