Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h23 class APInt; variable
/external/llvm/include/llvm/Analysis/
DConstantFolding.h24 class APInt; variable
DScalarEvolution.h39 class APInt; variable
DValueTracking.h26 class APInt; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h23 class APInt; variable
DMDBuilder.h26 class APInt; variable
DVerifier.h30 class APInt; variable
/external/llvm/include/llvm/IR/
DConstant.h20 class APInt; variable
DMDBuilder.h24 class APInt; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DConstantFolding.h24 class APInt; variable
DBasicAliasAnalysis.h35 class APInt; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h58 class APInt; variable
/external/clang/test/SemaCXX/
Dunused.cpp7 class APInt { class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h36 class APInt; variable
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h25 class APInt; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h33 class APInt; variable
/external/swiftshader/third_party/llvm-7.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.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h32 class APInt; variable
/external/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h33 class APInt; variable
423 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h32 class APInt; variable
/external/llvm/include/llvm/ADT/
DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
DAPInt.h98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function
279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function
287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function
302 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h29 class APInt; variable

12