LLVM 22.0.0git
Lint.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  MemRef

Macros

#define Check(C, ...)

Functions

static bool isZero (Value *V, const DataLayout &DL, DominatorTree *DT, AssumptionCache *AC)

Macro Definition Documentation

◆ Check

#define Check ( C,
... )
Value:
do { \
if (!(C)) { \
CheckFailed(__VA_ARGS__); \
return; \
} \
} while (false)
@ C
The default llvm calling convention, compatible with C.
Definition CallingConv.h:34

Definition at line 172 of file Lint.cpp.

Function Documentation

◆ isZero()