Searched refs:isStructure (Results 1 – 1 of 1) sorted by relevance
1525 static bool isStructure(AllocaInst *AI) { in isStructure() function1552 if (!AI || isArray(AI) || isStructure(AI)) in LowerDbgDeclare()