Return the LLVM scalar type corresponding to a C++ scalar type ScalarTy.
Declared in <llvm/IR/Type.h>
template<typename ScalarTy>
static
Type*
getScalarTy(LLVMContext& C);
The LLVM type matching C++ scalar type ScalarTy.
| Name | Description |
|---|---|
| C | LLVM context in which to unique the type. |