reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1399 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length); 1399 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length); 1400 return wrap(ConstantArray::get(ArrayType::get(unwrap(ElementTy), Length), V));