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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 7977       Max = FlatWGS->getMax()
 7981     if (ReqdWGS && Min == 0 && Max == 0)
 7982       Min = Max = ReqdWGS->getXDim() * ReqdWGS->getYDim() * ReqdWGS->getZDim();
 7985       assert(Min <= Max && "Min must be less than or equal Max");
 7987       std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max);
 7990       assert(Max == 0 && "Max must be zero");