Searched refs:getAdd (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 932 static Constant *getAdd(Constant *C1, Constant *C2, 978 return getAdd(C1, C2, false, true); 982 return getAdd(C1, C2, true, false);
|
| H A D | ConstantFolder.h | 38 return ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 51 return Fold(ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW));
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 269 RHS = ConstantExpr::getAdd(RHS, CI); in PHITranslateSubExpr()
|
| H A D | InstructionSimplify.cpp | 2275 ConstantExpr::getAdd(LHSOffset, LHSNoBound), in computePointerICmp() 2276 ConstantExpr::getAdd(RHSOffset, RHSNoBound)); in computePointerICmp()
|
| H A D | ScalarEvolution.cpp | 8048 C = ConstantExpr::getAdd(C, C2); in BuildConstantFromSCEV()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 239 offset = llvm::ConstantExpr::getAdd(offset, in addTaggedRelativeOffset()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 337 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
|
| H A D | Local.cpp | 2499 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1)); in copyNonnullMetadata()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 130 return ConstantExpr::getAdd(C, ConstantInt::get(C->getType(), 1)); in AddOne()
|
| H A D | InstCombineAddSub.cpp | 1090 return BinaryOperator::CreateSub(ConstantExpr::getAdd(XorRHS, CI), in visitAdd()
|
| H A D | InstCombineCompares.cpp | 804 Index = ConstantExpr::getAdd( in getAsConstantIndexedAddress() 4609 return new ICmpInst(NewPred, Op0, ConstantExpr::getAdd(Op1C, OneOrNegOne)); in canonicalizeCmpWithConstant()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 2353 NewIdxs[i - 1] = ConstantExpr::getAdd(PrevIdx, Div); in ConstantFoldGetElementPtr()
|
| H A D | Constants.cpp | 2238 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() function in ConstantExpr
|
| H A D | Core.cpp | 1465 return wrap(ConstantExpr::getAdd(unwrap<Constant>(LHSConstant), in LLVMConstAdd()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 3298 TypeNameField = llvm::ConstantExpr::getAdd(TypeNameField, flag); in BuildTypeInfo()
|