Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h22 class APInt; variable
DMDBuilder.h26 class APInt; variable
DVerifier.h29 class APInt; variable
DInstructions.h49 class APInt; variable
DDerivedTypes.h33 class APInt; variable
DValue.h29 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h23 class APInt; variable
DDerivedTypes.h32 class APInt; variable
DValue.h27 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DConstantFolding.h23 class APInt; variable
DBasicAliasAnalysis.h34 class APInt; variable
DValueTracking.h31 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h58 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h35 class APInt; variable
107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt() function
321 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
329 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
345 explicit APInt() : BitWidth(1) { U.VAL = 0; } in APInt() function
DAPSInt.h34 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
DStringRef.h32 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h43 class APInt; variable
102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function
283 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function
291 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function
306 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
DStringRef.h26 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h35 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h31 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h32 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h31 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h32 class APInt; variable
477 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h29 class APInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h53 class APInt; variable

12