Home
last modified time | relevance | path

Searched defs:isDbgValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h86 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h402 bool isDbgValue() { return Type == LocationType::Value; } in isDbgValue() function