Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1546 static bool isStructure(AllocaInst *AI) { in isStructure() function
1573 if (!AI || isArray(AI) || isStructure(AI)) in LowerDbgDeclare()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1033 bool isStructure{false}; // is a DEC STRUCTURE member
4978 derivedTypeInfo_.isStructure = true; in Pre()
4981 if (saveDerivedTypeInfo.isStructure) { in Pre()