Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp417 Value *OtherOperandB = AddOpB->getOperand(MatchingOpIdxB == 1 ? 0 : 1); in checkIfSafeAddSequence() local
419 Instruction *OtherInstrB = dyn_cast<Instruction>(OtherOperandB); in checkIfSafeAddSequence()
436 if (OtherInstrA->getOperand(0) == OtherOperandB && in checkIfSafeAddSequence()