reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/CodeGen/SwiftCallingConv.h
  141 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  677   return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(),
  696     if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2))
  741     if (!isLegalVectorType(CGM, candidateSize, eltTy, candidateNumElts)) {
  759         isLegalVectorType(CGM, eltSize * numElts, eltTy, numElts)) {