Searched defs:getWidth (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h101 unsigned getWidth() const { return Width.Value; } function in class:llvm::LoopVectorizeHints
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h42 template <class DigitsT> inline int getWidth() { return sizeof(DigitsT) * 8; } function in namespace:llvm::ScaledNumbers
308 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h49 CharUnits getWidth() const { function in struct:clang::CodeGen::swiftcall::SwiftAggLowering::StorageEntry
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h44 unsigned getWidth() const { return Width; } function in class:clang::FixedPointSemantics
111 inline unsigned getWidth() const { return Sema.getWidth(); } function in class:clang::APFixedPoint

Completed in 108 milliseconds