Searched refs:IsInverseOperation (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1153 bool IsInverseOperation = !isCommutative(cast<Instruction>(VL[Lane])); local
1154 bool APO = (OpIdx == 0) ? false : IsInverseOperation;

Completed in 65 milliseconds