Searched defs:ArrayTy (Results 1 – 8 of 8) sorted by relevance
9 type ArrayTy; typedef12 type ArrayTy = [u8; Self::MAX]; //~ ERROR generic `Self` types typedef
43 typedef std::vector<DocNode> ArrayTy; typedef
300 static VectorType *arrayTypeToVecType(ArrayType *ArrayTy) { in arrayTypeToVecType()
646 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
1439 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
3673 ArrayType *ArrayTy; in getConstantDataArrayInfo() local
5138 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
766 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()