Searched refs:NegA (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2753 Value *NegA = I.hasNoUnsignedWrap() in visitSub() local 2756 return SelectInst::Create(IsNeg, NegA, A); in visitSub()
|
| H A D | InstCombineAndOrXor.cpp | 4589 Value *NegA = Add->hasNoUnsignedWrap() in canonicalizeAbs() local 4592 return SelectInst::Create(IsNeg, NegA, A); in canonicalizeAbs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 18073 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL() local 18078 if (!NegA && !NegB && !NegC) in combineVFMADD_VLWithVFNEG_VL() 18081 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineVFMADD_VLWithVFNEG_VL()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54745 bool NegA = !!NewOps[0]; in getNegatedExpression() local 54748 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression() 54750 Cost = (NegA || NegB || NegC) ? NegatibleCost::Cheaper in getNegatedExpression() 55946 bool NegA = invertIfNegative(A); in combineFMA() local 55955 if (!NegA && !NegB && !NegC) in combineFMA() 55959 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA()
|