Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp175 static bool isZeroLengthArray(Type *Ty) { in isZeroLengthArray() function
187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp175 static bool isZeroLengthArray(Type *Ty) { in isZeroLengthArray() function
187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp258 static inline bool isZeroLengthArray(Type *Ty) { in isZeroLengthArray() function
282 if (!Ty->isSized() || isZeroLengthArray(Ty)) { in LowerGlobalTLSAddress()