Lines Matching defs:Min
648 unsigned Min = 0;
651 Min = FlatWGS->getMin()->EvaluateKnownConstInt(getContext()).getExtValue();
654 if (ReqdWGS && Min == 0 && Max == 0)
655 Min = Max = ReqdWGS->getXDim() * ReqdWGS->getYDim() * ReqdWGS->getZDim();
657 if (Min != 0) {
658 assert(Min <= Max && "Min must be less than or equal Max");
661 *MinThreadsVal = Min;
664 std::string AttrVal = llvm::utostr(Min) + "," + llvm::utostr(Max);
673 unsigned Min =
680 if (Min != 0) {
681 assert((Max == 0 || Min <= Max) && "Min must be less than or equal Max");
683 std::string AttrVal = llvm::utostr(Min);