Home
last modified time | relevance | path

Searched defs:NegA (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2316 Value *NegA = Builder.CreateNeg(A, "", I.hasNoUnsignedWrap(), in visitSub() local
H A DInstCombineAndOrXor.cpp3711 Value *NegA = Builder.CreateNeg(A, "", Add->hasNoUnsignedWrap(), in canonicalizeAbs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10503 bool NegA = invertIfNegative(A); in PerformDAGCombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42695 bool NegA = !!NewOps[0]; in getNegatedExpression() local
43562 bool NegA = invertIfNegative(A); in combineFMA() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52131 bool NegA = !!NewOps[0]; in getNegatedExpression() local
53097 bool NegA = invertIfNegative(A); in combineFMA() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30214 bool NegA = (A.getOpcode() == ISD::FNEG); in combineFMA() local