reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7974 Min = FlatWGS->getMin() 7981 if (ReqdWGS && Min == 0 && Max == 0) 7982 Min = Max = ReqdWGS->getXDim() * ReqdWGS->getYDim() * ReqdWGS->getZDim(); 7984 if (Min != 0) { 7985 assert(Min <= Max && "Min must be less than or equal Max"); 7987 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max);