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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp598 Value *CommonOperand; local
603 CommonOperand = R0;
606 CommonOperand = R1;
613 UncommonImagOp = (CommonOperand == I0) ? I1 : I0;
619 // pair from the CommonOperand of each part.
622 PartialMatch.first = CommonOperand;
624 PartialMatch.second = CommonOperand;
703 Value *CommonOperand; local
708 CommonOperand = R0;
711 CommonOperand
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2764 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) {
2769 if (!OldSel->hasNoSignedZeros() && !CommonOperand &&

Completed in 135 milliseconds