Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DIntegral.h27 using APInt = llvm::APInt; variable
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h24 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h25 class APInt; variable
H A DValueTracking.h31 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h22 class APInt; variable
H A DMDBuilder.h26 class APInt; variable
H A DVerifier.h29 class APInt; variable
H A DInstructions.h45 class APInt; variable
H A DValue.h30 class APInt; variable
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h17 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h60 class APInt; variable
H A DTargetSubtargetInfo.h29 class APInt; variable
/openbsd/gnu/llvm/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.h31 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
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 DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
H A DStringRef.h28 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h34 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h31 class APInt; variable
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h33 class APInt; variable
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h32 class APInt; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h28 class APInt; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h48 class APInt; variable
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h40 class APInt; variable

12