Home
last modified time | relevance | path

Searched refs:DILV (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp325 if (DILocalVariable *DILV = DVI->getVariable()) { in visitVariable() local
326 std::optional<uint64_t> DISize = getSizeInBytes(DILV->getSizeInBits()); in visitVariable()
327 VariableInfo Var{DILV->getName(), DISize}; in visitVariable()