Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumChars

346       CharUnits NumChars =
350 if (NumChars > CharUnits::One())
351 Ty = llvm::ArrayType::get(Ty, NumChars.getQuantity());