Home
last modified time | relevance | path

Searched defs:UndefValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h50 class UndefValue; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h50 class UndefValue; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h153 friend class UndefValue; // For `Val`. variable
H A DConstant.h799 UndefValue(llvm::UndefValue *C, Context &Ctx) in UndefValue() function
801 UndefValue(ClassID ID, llvm::Constant *C, Context &Ctx) in UndefValue() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1166 OffsetSpan ObjectSizeOffsetVisitor::visitUndefValue(UndefValue &) { in visitUndefValue() argument