Home | History | Annotate | Download | only in IR

Lines Matching refs:Low

1922       ConstantInt *Low = dyn_cast<ConstantInt>(Range->getOperand(2*i));
1923 Assert1(Low, "The lower limit must be an integer!", Low);
1926 Assert1(High->getType() == Low->getType() &&
1931 APInt LowV = Low->getValue();