#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <type_traits>
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::details |
|
|
void | llvm::reportInvalidSizeRequest (const char *Msg) |
| Reports a diagnostic message to indicate an invalid size request has been done on a scalable vector.
|
|
constexpr TypeSize | llvm::alignTo (TypeSize Size, uint64_t Align) |
| Returns a TypeSize with a known minimum size that is the next integer (mod 2**64) that is greater than or equal to Quantity and is a multiple of Align .
|
|
template<typename LeafTy , typename ScalarTy > |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const details::FixedOrScalableQuantity< LeafTy, ScalarTy > &PS) |
| Stream operator function for FixedOrScalableQuantity .
|
|