Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1120 Value *OtherOperandA = AddOpA->getOperand(MatchingOpIdxA == 1 ? 0 : 1); in checkIfSafeAddSequence() local
1122 Instruction *OtherInstrA = dyn_cast<Instruction>(OtherOperandA); in checkIfSafeAddSequence()
1130 if (OtherInstrB->getOperand(0) == OtherOperandA && in checkIfSafeAddSequence()