Searched defs:NegX (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 5878 SDValue NegX = in getNegatedExpression() local 5927 SDValue NegX = in getNegatedExpression() local 5973 SDValue NegX = in getNegatedExpression() local
|
| D | DAGCombiner.cpp | 3479 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); in visitSUB() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 2317 Constant *NegX = ConstantExpr::getNeg(BOC); in visitICmpInstWithInstAndIntCst() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 2276 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 2281 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 3264 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); in visitSUB() local
|