Home | History | Annotate | Download | only in Expression

Lines Matching defs:string_array

792     ConstantDataSequential *string_array = NULL;
795 string_array = dyn_cast<ConstantDataSequential>(cstr->getInitializer());
799 Constant *numBytes_arg = ConstantInt::get(intptr_ty, cstr ? string_array->getNumElements() - 1 : 0, false);