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