LLVM 18.0.0git
Classes | Namespaces | Typedefs
VPRecipeBuilder.h File Reference
#include "LoopVectorizationPlanner.h"
#include "VPlan.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/IR/IRBuilder.h"

Go to the source code of this file.

Classes

class  llvm::VPRecipeBuilder
 Helper class to create VPRecipies from IR instructions. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using llvm::VPRecipeOrVPValueTy = PointerUnion< VPRecipeBase *, VPValue * >