/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVOpUtils.h | 14 inline unsigned getBitWidth(Type type) { in getBitWidth() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SlowDynamicAPInt.h | 79 unsigned getBitWidth() const { return Val.getBitWidth(); } in getBitWidth() function
|
H A D | APInt.h | 1448 unsigned getBitWidth() const { return BitWidth; } getBitWidth() function [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRangeList.h | 63 uint32_t getBitWidth() const { return 64; } getBitWidth() function
|
H A D | ConstantRange.h | 209 uint32_t getBitWidth() const { return Lower.getBitWidth(); } in getBitWidth() function
|
H A D | Constants.h | 149 unsigned getBitWidth() const { return Val.getBitWidth(); } getBitWidth() function
|
H A D | DerivedTypes.h | 72 unsigned getBitWidth() const { return getSubclassData(); } getBitWidth() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.h |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 40 unsigned getBitWidth() const { getBitWidth() function [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 60 unsigned getBitWidth() const { return Val.getBitWidth(); } getBitWidth() function in __anon289ca2080111::PPValue [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 490 unsigned getBitWidth() const { in getBitWidth() function
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 59 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { getBitWidth() function [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 280 unsigned getBitWidth() const { getBitWidth() function [all...] |
H A D | ValueTracking.cpp | 94 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { getBitWidth() function [all...] |
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 71 static unsigned getBitWidth(Type type) { getBitWidth() function
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 457 unsigned getBitWidth() const { return BitWidth; } getBitWidth() function in __anon8a9af51e0511::FilterChooser
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 362 uint32_t clang::ento::RangeSet::getBitWidth() const { in getBitWidth() function in clang::ento::RangeSet [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3173 Expr *getBitWidth() const { getBitWidth() function
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 5277 LLVM_ATTRIBUTE_UNUSED auto getBitWidth = [this](mlir::Type ty) { startNewFunction() local
|