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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1466 static BinopElts getAlternateBinop(BinaryOperator *BO, const DataLayout &DL) { function
1627 if (BinopElts AltB0 = getAlternateBinop(B0, DL)) {
1631 } else if (BinopElts AltB1 = getAlternateBinop(B1, DL)) {

Completed in 58 milliseconds