LLVM
8.0.1
|
#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"
Go to the source code of this file.
Functions | |
static bool | isCompatibleReplacement (const Instruction *I, const Use &Operand, const Value *Replacement) |
|
static |
Definition at line 70 of file RandomIRBuilder.cpp.
References llvm::Instruction::getOpcode(), llvm::Use::getOperandNo(), and llvm::Value::getType().
Referenced by llvm::RandomIRBuilder::connectToSink().