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.cpp1284 auto *NewSub = BinaryOperator::CreateNUWSub(X, NewLshr); in visitLShr() local
1301 auto *NewSub = BinaryOperator::CreateNUWSub(NewLshr, Y); in visitLShr() local
H A DInstCombineAddSub.cpp2491 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local
2872 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
H A DInstCombineCalls.cpp2260 auto *NewSub = in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp969 unsigned NewSub) { in hasTiedUse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1284 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
3339 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47405 SDValue NewSub = in combineCMov() local
50475 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
50507 SDValue NewSub = in combineAddOrSubToADCOrSBB() local
50537 SDValue NewSub = in combineAddOrSubToADCOrSBB() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20344 SDValue NewSub = DAG.getNode(ISD::SUB, DL, VT, Z, Y); in performAddCombineSubShift() local