HomeSort by relevance Sort by last modified time
    Searched full:isillegalvectortype (Results 1 - 2 of 2) sorted by null

  /external/clang/patches/
0002-Revert-to-old-vector-passing-ABI-for-backwards-compa.patch 16 @@ -4403,7 +4403,7 @@ bool ARMABIInfo::isIllegalVectorType(QualType Ty) const {
30 - if (isIllegalVectorType(Ty) && Size > 16) {
32 + if (isIllegalVectorType(Ty) && Size > 32) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 5386 milliseconds