Home
last modified time | relevance | path

Searched defs:getBitWidth (Results 1 – 20 of 20) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOpUtils.h14 inline unsigned getBitWidth(Type type) { in getBitWidth() function
/llvm-project/llvm/include/llvm/ADT/
H A DSlowDynamicAPInt.h79 unsigned getBitWidth() const { return Val.getBitWidth(); } in getBitWidth() function
H A DAPInt.h1448 unsigned getBitWidth() const { return BitWidth; } getBitWidth() function
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DConstantRangeList.h63 uint32_t getBitWidth() const { return 64; } getBitWidth() function
H A DConstantRange.h209 uint32_t getBitWidth() const { return Lower.getBitWidth(); } in getBitWidth() function
H A DConstants.h149 unsigned getBitWidth() const { return Val.getBitWidth(); } getBitWidth() function
H A DDerivedTypes.h72 unsigned getBitWidth() const { return getSubclassData(); } getBitWidth() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth() function
/llvm-project/clang/lib/AST/Interp/
H A DContext.h
/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h40 unsigned getBitWidth() const { getBitWidth() function
[all...]
/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp60 unsigned getBitWidth() const { return Val.getBitWidth(); } getBitWidth() function in __anon289ca2080111::PPValue
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h490 unsigned getBitWidth() const { in getBitWidth() function
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp59 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { getBitWidth() function
[all...]
/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp280 unsigned getBitWidth() const { getBitWidth() function
[all...]
H A DValueTracking.cpp94 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { getBitWidth() function
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp71 static unsigned getBitWidth(Type type) { getBitWidth() function
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp457 unsigned getBitWidth() const { return BitWidth; } getBitWidth() function in __anon8a9af51e0511::FilterChooser
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp362 uint32_t clang::ento::RangeSet::getBitWidth() const { in getBitWidth() function in clang::ento::RangeSet
[all...]
/llvm-project/clang/include/clang/AST/
H A DDecl.h3173 Expr *getBitWidth() const { getBitWidth() function
/llvm-project/flang/lib/Lower/
H A DBridge.cpp5277 LLVM_ATTRIBUTE_UNUSED auto getBitWidth = [this](mlir::Type ty) { startNewFunction() local