Home
last modified time | relevance | path

Searched defs:NewSub (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1306 auto *NewSub = BinaryOperator::CreateNUWSub(X, NewLshr); in visitLShr() local
1323 auto *NewSub = BinaryOperator::CreateNUWSub(NewLshr, Y); in visitLShr() local
H A DInstCombineAddSub.cpp2652 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local
3109 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
H A DInstCombineCalls.cpp2549 auto *NewSub = in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp947 unsigned NewSub) { in hasTiedUse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1339 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
3480 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49167 SDValue NewSub = in combineCMov() local
52207 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
52239 SDValue NewSub = in combineAddOrSubToADCOrSBB() local
52269 SDValue NewSub = in combineAddOrSubToADCOrSBB() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21085 SDValue NewSub = DAG.getNode(ISD::SUB, DL, VT, Z, Y); in performAddCombineSubShift() local