| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1154 LLVM_ABI static Constant *getAdd(Constant *C1, Constant *C2, 1173 return getAdd(C1, C2, false, true); 1177 return getAdd(C1, C2, true, false);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 260 RHS = ConstantExpr::getAdd(RHS, CI); in translateSubExpr()
|
| H A D | ValueTracking.cpp | 8610 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant()
|
| H A D | ScalarEvolution.cpp | 9900 C = ConstantExpr::getAdd(C, OpC); in BuildConstantFromSCEV()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 179 return ConstantExpr::getAdd(C, ConstantInt::get(C->getType(), 1)); in AddOne()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 248 offset = llvm::ConstantExpr::getAdd(offset, in addTaggedRelativeOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 186 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
|
| H A D | Local.cpp | 3670 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1)); in copyNonnullMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1740 ConstantExpr::getAdd( in instrumentGlobal() 1757 ConstantExpr::getAdd( in instrumentGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 380 match(ConstantExpr::getAdd(C0, C1), in foldShiftOfShiftedBinOp() 397 Constant *ShiftSumC = ConstantExpr::getAdd(C0, C1); in foldShiftOfShiftedBinOp()
|
| H A D | InstCombineAddSub.cpp | 871 return BinaryOperator::CreateSub(ConstantExpr::getAdd(Op00C, Op1C), X); in foldAddWithConstant() 915 BinaryOperator::CreateAdd(X, ConstantExpr::getAdd(Op01C, Op1C)); in foldAddWithConstant() 1625 return BinaryOperator::CreateAdd(Sub, ConstantExpr::getAdd(C1, C2)); in visitAdd()
|
| H A D | InstCombineAndOrXor.cpp | 2614 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd() 2635 Constant *ShlC = ConstantExpr::getAdd(C2, Log2C1); in visitAnd() 2947 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowPoison(Width))) in convertOrOfShiftsToFunnelShift()
|
| H A D | InstructionCombining.cpp | 869 R = Builder.CreateSub(ConstantExpr::getAdd(C, BitWidthC), CtpopOfNotOp); in tryFoldInstWithCtpopWithNot()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2628 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() function in ConstantExpr
|
| H A D | Core.cpp | 1785 return wrap(ConstantExpr::getAdd(unwrap<Constant>(LHSConstant), in LLVMConstAdd()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4152 TypeNameField = llvm::ConstantExpr::getAdd(TypeNameField, flag); in BuildTypeInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20945 {"_ZN4llvm12ConstantExpr6getAddEPNS_8ConstantES2_", "llvm::ConstantExpr::getAdd(llvm::Constant*, ll…
|