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

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

Completed in 46 milliseconds