Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumChars

334       CharUnits NumChars =
338 if (NumChars > CharUnits::One())
339 Ty = llvm::ArrayType::get(Ty, NumChars.getQuantity());