Searched defs:getBitWidth (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h30 uint32_t getBitWidth() const { return BitWidth; } function in class:clang::ento::APSIntType
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h165 uint32_t getBitWidth() const { return Lower.getBitWidth(); } function in class:llvm::ConstantRange
H A DConstants.h142 unsigned getBitWidth() const { return Val.getBitWidth(); } function in class:llvm::final
H A DDerivedTypes.h71 unsigned getBitWidth() const { return getSubclassData(); } function in class:llvm::IntegerType
556 unsigned getBitWidth() const { function in class:llvm::VectorType
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h39 unsigned getBitWidth() const { function in struct:llvm::KnownBits
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp58 unsigned getBitWidth() const { return Val.getBitWidth(); } function in class:__anon657::PPValue
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp416 unsigned getBitWidth() const { return BitWidth; } function in class:__anon2927::FilterChooser
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1534 uint32_t getBitWidth() const { return BitWidth; } function in struct:IntegerRangeState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp89 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { function
[all...]

Completed in 226 milliseconds