/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 1118 static Constant *getAdd(Constant *C1, Constant *C2, bool HasNUW = false, 1138 return getAdd(C1, C2, false, true); 1142 return getAdd(C1, C2, true, false);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 257 RHS = ConstantExpr::getAdd(RHS, CI); in translateSubExpr()
|
H A D | ScalarEvolution.cpp | 9843 C = ConstantExpr::getAdd(C, OpC); in BuildConstantFromSCEV()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 176 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 | 188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
|
H A D | Local.cpp | 3572 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1)); in copyNonnullMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1719 ConstantExpr::getAdd( in instrumentGlobal() 1736 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() 1580 return BinaryOperator::CreateAdd(Sub, ConstantExpr::getAdd(C1, C2)); in visitAdd()
|
H A D | InstCombineAndOrXor.cpp | 2537 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd() 2558 Constant *ShlC = ConstantExpr::getAdd(C2, Log2C1); in visitAnd() 2900 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowPoison(Width))) in convertOrOfShiftsToFunnelShift()
|
H A D | InstructionCombining.cpp | 840 R = Builder.CreateSub(ConstantExpr::getAdd(C, BitWidthC), CtpopOfNotOp); in tryFoldInstWithCtpopWithNot()
|
H A D | InstCombineCompares.cpp | 6848 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2599 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() function in ConstantExpr
|
H A D | Core.cpp | 1769 return wrap(ConstantExpr::getAdd(unwrap<Constant>(LHSConstant), in LLVMConstAdd()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 4101 TypeNameField = llvm::ConstantExpr::getAdd(TypeNameField, flag); in BuildTypeInfo()
|