LLVM  8.0.1
Functions
RandomIRBuilder.cpp File Reference
#include "llvm/FuzzMutate/RandomIRBuilder.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/FuzzMutate/Random.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
Include dependency graph for RandomIRBuilder.cpp:

Go to the source code of this file.

Functions

static bool isCompatibleReplacement (const Instruction *I, const Use &Operand, const Value *Replacement)
 

Function Documentation

◆ isCompatibleReplacement()

static bool isCompatibleReplacement ( const Instruction I,
const Use Operand,
const Value Replacement 
)
static