Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1610 static bool isStructure(AllocaInst *AI) { in isStructure() function
1637 if (!AI || isArray(AI) || isStructure(AI)) in LowerDbgDeclare()