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.cpp1095 unsigned MatchingOpIdxB, bool Signed) { in checkIfSafeAddSequence() argument
1099 << ", MatchingOpIdxB=" << MatchingOpIdxB in checkIfSafeAddSequence()
1119 AddOpB->getOperand(MatchingOpIdxB)) { in checkIfSafeAddSequence()
1121 Value *OtherOperandB = AddOpB->getOperand(MatchingOpIdxB == 1 ? 0 : 1); in checkIfSafeAddSequence()
1244 for (unsigned MatchingOpIdxB : {0, 1}) in getConstantOffsetComplexAddrs()
1247 MatchingOpIdxB, Signed); in getConstantOffsetComplexAddrs()