Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp465 Instruction *CommonOperand; in identifyNodeWithImplicitAdd() local
470 CommonOperand = R0; in identifyNodeWithImplicitAdd()
473 CommonOperand = R1; in identifyNodeWithImplicitAdd()
480 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyNodeWithImplicitAdd()
489 PartialMatch.first = CommonOperand; in identifyNodeWithImplicitAdd()
491 PartialMatch.second = CommonOperand; in identifyNodeWithImplicitAdd()
572 Instruction *CommonOperand; in identifyPartialMul() local
577 CommonOperand = R0; in identifyPartialMul()
580 CommonOperand = R1; in identifyPartialMul()
587 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyPartialMul()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2485 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) { in visitFNeg() argument
2491 if (!OldSel->hasNoSignedZeros() && !CommonOperand && in visitFNeg()