Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h703 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const { in getWithNewBitWidth()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp120 void APInt::reallocate(unsigned NewBitWidth) { in reallocate()
2978 APInt llvm::APIntOps::ScaleBitMask(const APInt &A, unsigned NewBitWidth, in ScaleBitMask()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp224 unsigned NewBitWidth = std::max(LeftBitWidth, RightBitWidth); in eval() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1145 unsigned NewBitWidth = (*MaxValue + 1).logBase2() + 1; in matchSAddSubSat() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2763 unsigned NewBitWidth = FD->getBitWidthValue(Info.Ctx); in truncateBitfieldValue() local