Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ArrayTy

373 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) {
374 return unwrap<ArrayType>(ArrayTy)->getNumElements();