Searched refs:isZeroLengthArray (Results 1 – 3 of 3) sorted by relevance
175 static bool isZeroLengthArray(Type *Ty) { in isZeroLengthArray() function187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
258 static inline bool isZeroLengthArray(Type *Ty) { in isZeroLengthArray() function282 if (!Ty->isSized() || isZeroLengthArray(Ty)) { in LowerGlobalTLSAddress()