Home
last modified time | relevance | path

Searched refs:origVectorSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp716 void swiftcall::legalizeVectorType(CodeGenModule &CGM, CharUnits origVectorSize, in legalizeVectorType() argument
720 if (isLegalVectorType(CGM, origVectorSize, origVectorTy)) { in legalizeVectorType()
742 CharUnits eltSize = (origVectorSize / numElts); in legalizeVectorType()