Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1111 unsigned MatchingOpIdxB, bool Signed) { in checkIfSafeAddSequence() argument
1115 << ", MatchingOpIdxB=" << MatchingOpIdxB in checkIfSafeAddSequence()
1135 AddOpB->getOperand(MatchingOpIdxB)) { in checkIfSafeAddSequence()
1137 Value *OtherOperandB = AddOpB->getOperand(MatchingOpIdxB == 1 ? 0 : 1); in checkIfSafeAddSequence()
1260 for (unsigned MatchingOpIdxB : {0, 1}) in getConstantOffsetComplexAddrs()
1263 MatchingOpIdxB, Signed); in getConstantOffsetComplexAddrs()