Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h29 using APInt = llvm::APInt; variable
H A DIntegralAP.h29 using APInt = llvm::APInt; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h24 class APInt; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h30 class APInt; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h18 class APInt; variable
/freebsd/contrib/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; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h60 class APInt; variable
H A DTargetSubtargetInfo.h30 class APInt; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h30 class APInt; variable
H A DGIMatchTableExecutor.h39 class APInt; variable
672 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
H A DCombinerHelper.h31 class APInt; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h39 class APInt; variable
153 explicit APInt() { U.VAL = 0; } in APInt() function
156 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
164 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
H A DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
H A DStringRef.h28 class APInt; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h31 class APInt; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h35 class APInt; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h33 class APInt; variable
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h28 class APInt; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h32 class APInt; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h49 class APInt; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h41 class APInt; variable

12