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/ |
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);
|
D | ConstantFolder.h | 46 return ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 57 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1276 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/ |
D | InstCombineAddSub.cpp | 1772 return BinaryOperator::CreateAdd(X, ConstantExpr::getSub(C, C2)); in visitSub() 1776 return BinaryOperator::CreateSub(ConstantExpr::getSub(C, C2), X); in visitSub()
|
D | InstCombineInternal.h | 177 return ConstantExpr::getSub(C, ConstantInt::get(C->getType(), 1)); in SubOne()
|
D | InstCombineShifts.cpp | 276 ConstantExpr::getSub(ConstantInt::get(ShAmtsDiff->getType(), in dropRedundantMaskingOfLeftShiftInput()
|
D | InstCombineCalls.cpp | 1974 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst() 1991 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
|
D | InstCombineSelect.cpp | 1297 auto *ThresholdHighExcl = ConstantExpr::getSub(C0, C1); in canonicalizeClampLike()
|
D | InstCombineCompares.cpp | 2934 Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() 2969 Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS); in foldICmpBinOpEqualityWithConstant()
|
D | InstructionCombining.cpp | 2649 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1314 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
|
D | ConstantFolding.cpp | 858 Res = ConstantExpr::getSub(Res, CE->getOperand(1)); in SymbolicallyEvaluateGEP()
|
D | InstructionSimplify.cpp | 732 return ConstantExpr::getSub(LHSOffset, RHSOffset); in computePointerDifference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2302 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg() 2329 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub() function in ConstantExpr
|
D | Core.cpp | 1511 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/ |
D | LowerTypeTests.cpp | 764 ConstantExpr::getSub( in lowerTypeTestCall()
|