Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1885 static bool isStructure(AllocaInst *AI) { in isStructure() function
1950 if (!AI || isArray(AI) || isStructure(AI)) in LowerDbgDeclare()