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

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h71 uint32_t getBitWidth(QualType T) const { return Ctx.getIntWidth(T); } function in class:clang::interp::final
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp93 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { function
[all...]
H A DBasicAliasAnalysis.cpp270 unsigned getBitWidth() const { function in struct:__anon1767::CastedValue
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h204 uint32_t getBitWidth() const { return Lower.getBitWidth(); } function in class:llvm::ConstantRange
H A DDerivedTypes.h72 unsigned getBitWidth() const { return getSubclassData(); } function in class:llvm::IntegerType
H A DConstants.h140 unsigned getBitWidth() const { return Val.getBitWidth(); } function in class:llvm::final
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp60 unsigned getBitWidth() const { return Val.getBitWidth(); } function in class:__anon667::PPValue
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h40 unsigned getBitWidth() const { function in struct:llvm::KnownBits
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp59 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { function
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp430 unsigned getBitWidth() const { return BitWidth; } function in class:__anon3012::FilterChooser
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h490 unsigned getBitWidth() const { function in struct:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_MemberAccess::Variant
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2961 uint32_t getBitWidth() const { return BitWidth; } function in struct:IntegerRangeState

Completed in 319 milliseconds