Home
last modified time | relevance | path

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

12

/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h24 class APInt; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h25 class APInt; global() variable
H A DValueTracking.h33 class APInt; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h22 class APInt; global() variable
H A DMDBuilder.h26 class APInt; variable
H A DVerifier.h29 class APInt; variable
H A DInstructions.h45 class APInt; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h17 class APInt; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h60 class APInt; variable
[all...]
H A DTargetSubtargetInfo.h30 class APInt; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h30 class APInt; variable
H A DGIMatchTableExecutor.h39 class APInt; variable
654 testImmPredicate_APInt(unsigned,const APInt &) testImmPredicate_APInt() argument
H A DCombinerHelper.h31 class APInt; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h34 class APInt; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h37 class APInt; global() variable
151 explicit APInt() { U.VAL = 0; } APInt() function
154 APInt(const APInt &that) : BitWidth(that.BitWidth) { APInt() function
162 APInt(APInt &&that) : BitWidth(that.BitWidth) { APInt() function
[all...]
H A DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
H A DStringRef.h28 class APInt; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h31 class APInt; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h33 class APInt; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h28 class APInt; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h32 class APInt; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h49 class APInt; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h40 class APInt; global() variable

12