Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DIntegral.h27 using APInt = llvm::APInt; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h24 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DConstantFolding.h25 class APInt; variable
H A DValueTracking.h32 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h22 class APInt; variable
H A DMDBuilder.h25 class APInt; variable
H A DVerifier.h29 class APInt; variable
H A DInstructions.h45 class APInt; variable
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h17 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h60 class APInt; variable
H A DTargetSubtargetInfo.h28 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h29 class APInt; variable
H A DInstructionSelector.h38 class APInt; variable
542 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
H A DCombinerHelper.h30 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
H A DAPInt.h36 class APInt; variable
150 explicit APInt() { U.VAL = 0; } in APInt() function
153 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
161 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
H A DStringRef.h36 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h34 class APInt; variable
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DLLVM.h85 class APInt; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h31 class APInt; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dunused.cpp8 class APInt { class
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h32 class APInt; variable
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSlowMPInt.cpp169 const APInt &a, const APInt &b, in runOpWithExpandOnOverflow()
170 llvm::function_ref<APInt(const APInt &, const APInt &, bool &overflow)> in runOpWithExpandOnOverflow()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h31 class APInt; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h29 class APInt; variable

12