Searched defs:NewAdd (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 1429 Value *NewAdd = Builder.CreateAdd(NewLshr, X); in visitLShr() local 1530 auto *NewAdd = BinaryOperator::CreateNUWAdd( in visitLShr() local 1799 auto *NewAdd = BinaryOperator::CreateNSWAdd( in visitAShr() local
|
| H A D | InstCombineCompares.cpp | 5370 Value *NewAdd = Builder.CreateAdd( in foldICmpBinOp() local 5376 Value *NewAdd = Builder.CreateAdd( in foldICmpBinOp() local 5385 Value *NewAdd = Builder.CreateAdd(C, Diff); in foldICmpBinOp() local
|
| H A D | InstCombineMulDivRem.cpp | 275 auto *NewAdd = BinaryOperator::CreateAdd(NewOp, BinOp); in visitMul() local
|
| H A D | InstCombineAddSub.cpp | 914 BinaryOperator *NewAdd = in foldAddWithConstant() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 362 Instruction *NewAdd = BinaryOperator::CreateAdd( in handleFloatingPointIV() local
|
| H A D | Reassociate.cpp | 1087 auto *NewAdd = CreateAdd(V2, V1, "reass.add", I->getIterator(), I); in EmitAddTreeOfValues() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1210 SDValue NewAdd = DAG.getNode(ISD::ADD, DL, VT, T1.getOperand(0), D); in ppAddrReorderAddShl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 55819 if (SDValue NewAdd = promoteExtBeforeAdd(N, DAG, Subtarget)) in combineSext() local 56112 if (SDValue NewAdd = promoteExtBeforeAdd(N, DAG, Subtarget)) in combineZext() local 58125 SDValue NewAdd = in combineSub() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6786 SDValue NewAdd = in visitANDLike() local
|