Home | History | Annotate | Download | only in VMCore

Lines Matching defs:Low

1371       ConstantInt *Low = dyn_cast<ConstantInt>(Range->getOperand(2*i));
1372 Assert1(Low, "The lower limit must be an integer!", Low);
1375 Assert1(High->getType() == Low->getType() &&
1378 Assert1(High->getValue() != Low->getValue(), "Range must not be empty!",