Home | History | Annotate | Download | only in VMCore

Lines Matching defs:High

1373       ConstantInt *High = dyn_cast<ConstantInt>(Range->getOperand(2*i + 1));
1374 Assert1(High, "The upper limit must be an integer!", High);
1375 Assert1(High->getType() == Low->getType() &&
1376 High->getType() == ElTy, "Range types must match load type!",
1378 Assert1(High->getValue() != Low->getValue(), "Range must not be empty!",