Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumChars

325       CharUnits NumChars =
329 if (NumChars > CharUnits::One())
330 Ty = llvm::ArrayType::get(Ty, NumChars.getQuantity());