Home | History | Annotate | Download | only in IR

Lines Matching refs:High

1595       ConstantInt *High = dyn_cast<ConstantInt>(Range->getOperand(2*i + 1));
1596 Assert1(High, "The upper limit must be an integer!", High);
1597 Assert1(High->getType() == Low->getType() &&
1598 High->getType() == ElTy, "Range types must match load type!",
1601 APInt HighV = High->getValue();