Searched defs:NegX (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp544 Value *NegX = B.CreateNeg(X, II->getName(), /*HasNUW=*/false, local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2506 Value *NegX = Builder.CreateFNegFMF(X, &I, X->getName() + ".neg"); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6871 SDValue NegX = local
6927 SDValue NegX = local
6983 SDValue NegX = local
[all...]
H A DDAGCombiner.cpp3790 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); local
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6852 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X, local

Completed in 1023 milliseconds