|
LLVM
3.7.0
|
#include "llvm/ADT/STLExtras.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/InstVisitor.h"#include "llvm/Pass.h"#include "llvm/Support/CommandLine.h"#include "llvm/Transforms/Scalar.h"#include "llvm/Transforms/Utils/BasicBlockUtils.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "scalarizer" |
Functions | |
| INITIALIZE_PASS_WITH_OPTIONS (Scalarizer,"scalarizer","Scalarize vector operations", false, false) Scatterer | |
| #define DEBUG_TYPE "scalarizer" |
Definition at line 27 of file Scalarizer.cpp.
| INITIALIZE_PASS_WITH_OPTIONS | ( | Scalarizer | , |
| "scalarizer" | , | ||
| "Scalarize vector operations" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 182 of file Scalarizer.cpp.
References llvm::dyn_cast(), and llvm::Type::getVectorNumElements().
1.8.6