/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 977 static Constant *getAdd(Constant *C1, Constant *C2, bool HasNUW = false, 1024 return getAdd(C1, C2, false, true); 1028 return getAdd(C1, C2, true, false);
|
H A D | ConstantFolder.h | 40 return ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 51 return Fold(ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW));
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 268 RHS = ConstantExpr::getAdd(RHS, CI); in PHITranslateSubExpr()
|
H A D | InstructionSimplify.cpp | 2547 ConstantExpr::getAdd(LHSOffset, LHSNoBound), in computePointerICmp() 2548 ConstantExpr::getAdd(RHSOffset, RHSNoBound)); in computePointerICmp()
|
H A D | ScalarEvolution.cpp | 8544 C = ConstantExpr::getAdd(C, C2); in BuildConstantFromSCEV()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 201 return ConstantExpr::getAdd(C, ConstantInt::get(C->getType(), 1)); in AddOne()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 245 offset = llvm::ConstantExpr::getAdd(offset, in addTaggedRelativeOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 849 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() 856 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() 878 return BinaryOperator::CreateSub(ConstantExpr::getAdd(Op00C, Op1C), X); in foldAddWithConstant() 908 return BinaryOperator::CreateAdd(X, ConstantExpr::getAdd(Op01C, Op1C)); in foldAddWithConstant()
|
H A D | InstCombineShifts.cpp | 353 match(ConstantExpr::getAdd(C0, C1), in foldShiftOfShiftedLogic() 366 Constant *ShiftSumC = ConstantExpr::getAdd(C0, C1); in foldShiftOfShiftedLogic()
|
H A D | InstCombineCompares.cpp | 741 Index = ConstantExpr::getAdd( in getAsConstantIndexedAddress() 5322 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant()
|
H A D | InstCombineAndOrXor.cpp | 2153 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
|
H A D | Local.cpp | 2754 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1)); in copyNonnullMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1408 ConstantExpr::getAdd( in instrumentGlobal() 1425 ConstantExpr::getAdd( in instrumentGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 2652 NewIdxs[i - 1] = ConstantExpr::getAdd(PrevIdx, Div); in ConstantFoldGetElementPtr()
|
H A D | Constants.cpp | 2678 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() function in ConstantExpr
|
H A D | Core.cpp | 1538 return wrap(ConstantExpr::getAdd(unwrap<Constant>(LHSConstant), in LLVMConstAdd()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3717 TypeNameField = llvm::ConstantExpr::getAdd(TypeNameField, flag); in BuildTypeInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 1089 See the method [llvm::ConstantExpr::getAdd]. *)
|