Enzyme main
Loading...
Searching...
No Matches
DiffeGradientUtils.cpp File Reference
#include <string>
#include "DiffeGradientUtils.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include "LibraryFuncs.h"
#include "Utils.h"
Include dependency graph for DiffeGradientUtils.cpp:

Go to the source code of this file.

Functions

static bool isZero (llvm::Constant *cst)
 

Function Documentation

◆ isZero()