Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.cpp1429 static BinopElts getAlternateBinop(BinaryOperator *BO, const DataLayout &DL) { in getAlternateBinop() function
1590 if (BinopElts AltB0 = getAlternateBinop(B0, DL)) { in foldSelectShuffle()
1594 } else if (BinopElts AltB1 = getAlternateBinop(B1, DL)) { in foldSelectShuffle()