Searched refs:getSub (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 935 static Constant *getSub(Constant *C1, Constant *C2, 986 return getSub(C1, C2, false, true); 990 return getSub(C1, C2, true, false);
|
| H A D | ConstantFolder.h | 47 return ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ConstantInitBuilder.cpp | 138 llvm::Constant *offset = llvm::ConstantExpr::getSub(target, base); in getRelativeOffset()
|
| H A D | CGExprConstant.cpp | 1938 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); in tryEmitPrivate()
|
| H A D | CodeGenFunction.cpp | 505 auto *PCRelAsInt = llvm::ConstantExpr::getSub(GOTAsInt, FuncAsInt); in EncodeAddrForUseInPrologue()
|
| H A D | MicrosoftCXXABI.cpp | 545 llvm::ConstantExpr::getSub(PtrValAsInt, ImageBaseAsInt, in getImageRelativeConstant()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 58 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 135 return ConstantExpr::getSub(C, ConstantInt::get(C->getType(), 1)); in SubOne()
|
| H A D | InstCombineAddSub.cpp | 1538 return BinaryOperator::CreateSub(ConstantExpr::getSub(C, C2), X); in visitSub()
|
| H A D | InstCombineCompares.cpp | 2652 Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() 2687 Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS); in foldICmpBinOpEqualityWithConstant()
|
| H A D | InstructionCombining.cpp | 2516 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 2222 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg() 2249 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub() function in ConstantExpr
|
| H A D | Core.cpp | 1487 return wrap(ConstantExpr::getSub(unwrap<Constant>(LHSConstant), in LLVMConstSub()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1048 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
|
| H A D | ConstantFolding.cpp | 838 Res = ConstantExpr::getSub(Res, CE->getOperand(1)); in SymbolicallyEvaluateGEP()
|
| H A D | InstructionSimplify.cpp | 708 return ConstantExpr::getSub(LHSOffset, RHSOffset); in computePointerDifference()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 706 ConstantExpr::getSub( in lowerTypeTestCall()
|