Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp205 APInt SMin = APInt::getSignedMinValue(BW).sextOrSelf(MaxIntegerBW+1); in walkBackwards()
206 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(MaxIntegerBW+1); in walkBackwards()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp301 Lower = Lower.sextOrSelf(BitWidth); in makeGuaranteedNoWrapRegion()
302 Upper = Upper.sextOrSelf(BitWidth); in makeGuaranteedNoWrapRegion()
602 APInt SMin = APInt::getSignedMinValue(BW).sextOrSelf(ResultBitWidth); in castOp()
603 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(ResultBitWidth); in castOp()
/external/llvm/include/llvm/ADT/
DAPInt.h1214 APInt LLVM_ATTRIBUTE_UNUSED_RESULT sextOrSelf(unsigned width) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1190 APInt sextOrSelf(unsigned width) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1370 APInt sextOrSelf(unsigned width) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1219 const APInt Sx1 = A1.sextOrSelf(MaxW); in evaluateCMPii()
1220 const APInt Sx2 = A2.sextOrSelf(MaxW); in evaluateCMPii()
/external/llvm/lib/Support/
DAPInt.cpp1043 APInt APInt::sextOrSelf(unsigned width) const { in sextOrSelf() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1021 APInt APInt::sextOrSelf(unsigned width) const { in sextOrSelf() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp904 APInt APInt::sextOrSelf(unsigned width) const { in sextOrSelf() function in APInt