Home
last modified time | relevance | path

Searched defs:APInt (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h24 class APInt; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h30 class APInt; variable
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h18 class APInt; variable
/llvm-project/llvm/include/llvm/IR/
H A DConstant.h23 class APInt; variable
H A DMDBuilder.h26 class APInt; variable
H A DVerifier.h29 class APInt; variable
H A DInstructions.h47 class APInt; global() variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h60 class APInt; variable
[all...]
H A DTargetSubtargetInfo.h30 class APInt; variable
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h30 class APInt; global() variable
H A DGIMatchTableExecutor.h39 class APInt; global() variable
672 testImmPredicate_APInt(unsigned,const APInt &) testImmPredicate_APInt() argument
H A DCombinerHelper.h31 class APInt; global() variable
[all...]
/llvm-project/mlir/include/mlir/Support/
H A DLLVM.h85 class APInt; variable
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DIndexOps.cpp71 function_ref<std::optional<APInt>(const APInt &, const APInt &)> in foldBinaryOpUnchecked() argument
97 function_ref<std::optional<APInt>(const APInt &, const APInt &lhs)> in foldBinaryOpChecked() argument
449 foldCastOp(Attribute input,Type type,function_ref<APInt (const APInt &,unsigned)> extFn,function_ref<APInt (const APInt &,unsigned)> extOrTruncFn) foldCastOp() argument
[all...]
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h31 class APInt; variable
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
H A DAPInt.h39 class APInt; variable
153 explicit APInt() { U.VAL = 0; } APInt() function
156 APInt(const APInt &that) : BitWidth(that.BitWidth) { APInt() function
164 APInt(APInt &&that) : BitWidth(that.BitWidth) { APInt() function
[all...]
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h35 class APInt; variable
/llvm-project/clang/test/SemaCXX/
H A Dunused.cpp8 class APInt { class
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h33 class APInt; variable
[all...]
/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp160 const APInt &A, const APInt &B, in runOpWithExpandOnOverflow()
161 function_ref<APInt(const APInt &, const APInt &, bool &Overflow)> Op) { in runOpWithExpandOnOverflow()
/llvm-project/llvm/unittests/IR/
H A DConstantRangeListTest.cpp97 ConstantRangeList GetCRL(ArrayRef<std::pair<APInt, APInt>> Pairs) { in GetCRL()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h28 class APInt; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h32 class APInt; variable
[all...]

12