Home
last modified time | relevance | path

Searched refs:sextOrSelf (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp561 CIdx->getValue().sextOrSelf(MaxPointerSize)) in DecomposeGEPExpression()
1119 if (C1->getValue().sextOrSelf(BitWidth) == in aliasSameBasePointerGEPs()
1120 C2->getValue().sextOrSelf(BitWidth)) in aliasSameBasePointerGEPs()
DConstantFolding.cpp2322 APInt Product = (Lhs.sextOrSelf(ExtendedWidth) * in ConstantFoldScalarCall3()
2323 Rhs.sextOrSelf(ExtendedWidth)).ashr(Scale); in ConstantFoldScalarCall3()
2326 APInt::getSignedMaxValue(Width).sextOrSelf(ExtendedWidth); in ConstantFoldScalarCall3()
2328 APInt::getSignedMinValue(Width).sextOrSelf(ExtendedWidth); in ConstantFoldScalarCall3()
DScalarEvolution.cpp8560 APInt XW = X->sextOrSelf(W); in MinOptional()
8561 APInt YW = Y->sextOrSelf(W); in MinOptional()
8713 APInt Lower = Range.getLower().sextOrSelf(A.getBitWidth()) - 1; in SolveQuadraticAddRecRange()
8714 APInt Upper = Range.getUpper().sextOrSelf(A.getBitWidth()); in SolveQuadraticAddRecRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp655 APInt SMin = APInt::getSignedMinValue(BW).sextOrSelf(ResultBitWidth); in castOp()
656 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(ResultBitWidth); in castOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1190 APInt sextOrSelf(unsigned width) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1410 APInt sextOrSelf(unsigned width) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1231 const APInt Sx1 = A1.sextOrSelf(MaxW); in evaluateCMPii()
1232 const APInt Sx2 = A2.sextOrSelf(MaxW); in evaluateCMPii()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1006 APInt APInt::sextOrSelf(unsigned width) const { in sextOrSelf() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp977 APInt APInt::sextOrSelf(unsigned width) const { in sextOrSelf() function in APInt