Home
last modified time | relevance | path

Searched refs:getSub (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h935 static Constant *getSub(Constant *C1, Constant *C2,
986 return getSub(C1, C2, false, true);
990 return getSub(C1, C2, true, false);
DConstantFolder.h46 return ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h57 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1276 ConstantExpr::getSub( in instrumentGlobal()
1361 ConstantExpr::getSub(ConstantExpr::getPtrToInt(Ptr, Int64Ty), in instrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1772 return BinaryOperator::CreateAdd(X, ConstantExpr::getSub(C, C2)); in visitSub()
1776 return BinaryOperator::CreateSub(ConstantExpr::getSub(C, C2), X); in visitSub()
DInstCombineInternal.h177 return ConstantExpr::getSub(C, ConstantInt::get(C->getType(), 1)); in SubOne()
DInstCombineShifts.cpp276 ConstantExpr::getSub(ConstantInt::get(ShAmtsDiff->getType(), in dropRedundantMaskingOfLeftShiftInput()
DInstCombineCalls.cpp1974 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1991 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
DInstCombineSelect.cpp1297 auto *ThresholdHighExcl = ConstantExpr::getSub(C0, C1); in canonicalizeClampLike()
DInstCombineCompares.cpp2934 Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
2969 Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS); in foldICmpBinOpEqualityWithConstant()
DInstructionCombining.cpp2649 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1314 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
DConstantFolding.cpp858 Res = ConstantExpr::getSub(Res, CE->getOperand(1)); in SymbolicallyEvaluateGEP()
DInstructionSimplify.cpp732 return ConstantExpr::getSub(LHSOffset, RHSOffset); in computePointerDifference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2302 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
2329 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub() function in ConstantExpr
DCore.cpp1511 return wrap(ConstantExpr::getSub(unwrap<Constant>(LHSConstant), in LLVMConstSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp764 ConstantExpr::getSub( in lowerTypeTestCall()