LLVM 22.0.0git
MemoryLocation.cpp File Reference
#include "llvm/Analysis/MemoryLocation.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/IntrinsicsARM.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Type.h"
#include <optional>

Go to the source code of this file.

Functions

static std::optional< FixedVectorType * > getKnownTypeFromMaskedOp (Value *Mask, VectorType *Ty)

Function Documentation

◆ getKnownTypeFromMaskedOp()