Home
last modified time | relevance | path

Searched defs:sext (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h169 KnownBits sext(unsigned BitWidth) const { sext() function
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp855 int64_t sext = SignExtend64(getWord(0), BitWidth); roundToDouble() local
954 APInt APInt::sext(unsigned Width) const { sext() function in APInt
/llvm-project/llvm/docs/
H A DAMDGPUModifierSyntax.rst1543 sext subsection
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1486 if (auto sext = mat.getDefiningOp<arith::ExtSIOp>()) { matchAndRewrite() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2844 TEST(APIntTest,sext) TEST() argument
[all...]