Searched defs:NegV (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1368 Value *NegV; dyn_castNegVal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7346 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, getNegatedExpression() local 7351 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, getNegatedExpression() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52765 if (SDValue NegV = TLI.getCheaperNegatedExpression(V, DAG, LegalOperations, combineFMA() local 52775 if (SDValue NegV = TLI.getCheaperNegatedExpression( combineFMA() local 52784 if (SDValue NegV = getInvertedVectorForFMA(V, DAG)) { combineFMA() local [all...] |