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.cpp598 Value *CommonOperand; in identifyNodeWithImplicitAdd() local
603 CommonOperand = R0; in identifyNodeWithImplicitAdd()
606 CommonOperand = R1; in identifyNodeWithImplicitAdd()
613 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyNodeWithImplicitAdd()
622 PartialMatch.first = CommonOperand; in identifyNodeWithImplicitAdd()
624 PartialMatch.second = CommonOperand; in identifyNodeWithImplicitAdd()
703 Value *CommonOperand; in identifyPartialMul() local
708 CommonOperand = R0; in identifyPartialMul()
711 CommonOperand = R1; in identifyPartialMul()
718 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyPartialMul()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2775 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) { in visitFNeg() argument
2780 if (!OldSel->hasNoSignedZeros() && !CommonOperand && in visitFNeg()