Home
last modified time | relevance | path

Searched defs:NewBitWidth (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h683 uint64_t NewBitWidth = Ctx.getTypeSize(NewTy); in doIntTypeConversion() local
690 uint64_t NewBitWidth = Ctx.getTypeSize(NewTy); in doIntTypeConversion() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h722 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp119 void APInt::reallocate(unsigned NewBitWidth) { in reallocate()
2967 APInt llvm::APIntOps::ScaleBitMask(const APInt &A, unsigned NewBitWidth, in ScaleBitMask()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp914 unsigned NewBitWidth = (*MaxValue + 1).logBase2() + 1; in matchSAddSubSat() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2665 unsigned NewBitWidth = FD->getBitWidthValue(Info.Ctx); in truncateBitfieldValue() local