Lines Matching defs:Max
649 unsigned Max = 0;
652 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue();
654 if (ReqdWGS && Min == 0 && Max == 0)
655 Min = Max = ReqdWGS->getXDim() * ReqdWGS->getYDim() * ReqdWGS->getZDim();
658 assert(Min <= Max && "Min must be less than or equal Max");
663 *MaxThreadsVal = Max;
664 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max);
668 assert(Max == 0 && "Max must be zero");
675 unsigned Max =
681 assert((Max == 0 || Min <= Max) && "Min must be less than or equal Max");
684 if (Max != 0)
685 AttrVal = AttrVal + "," + llvm::utostr(Max);
688 assert(Max == 0 && "Max must be zero");