Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp614 Value *CommonOperand; in identifyNodeWithImplicitAdd() local
619 CommonOperand = R0; in identifyNodeWithImplicitAdd()
622 CommonOperand = R1; in identifyNodeWithImplicitAdd()
629 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyNodeWithImplicitAdd()
638 PartialMatch.first = CommonOperand; in identifyNodeWithImplicitAdd()
640 PartialMatch.second = CommonOperand; in identifyNodeWithImplicitAdd()
719 Value *CommonOperand; in identifyPartialMul() local
724 CommonOperand = R0; in identifyPartialMul()
727 CommonOperand = R1; in identifyPartialMul()
734 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyPartialMul()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp3005 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) { in visitFNeg() argument
3010 if (!OldSel->hasNoSignedZeros() && !CommonOperand && in visitFNeg()