Searched defs:NegN1 (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15260 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitFADD() local 15420 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitSTRICT_FADD() local 15486 if (SDValue NegN1 = in visitFSUB() local 15507 if (SDValue NegN1 = in visitFSUB() local 15596 SDValue NegN1 = in visitFMUL() local 15689 SDValue NegN1 = in visitFMA() local 15994 SDValue NegN1 = in visitFDIV() local
|
H A D | TargetLowering.cpp | 4931 SDValue NegN1 = DAG.getNode(ISD::FNEG, dl, N0.getValueType(), N1); in SimplifySetCC() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17119 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression() local 17605 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize)) in combineFMALike() local
|