Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp124 static bool isZeroLengthArray(Type *Ty) { in isZeroLengthArray() function
136 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()