Home | History | Annotate | Download | only in IR

Lines Matching refs:High

1763       ConstantInt *High = dyn_cast<ConstantInt>(Range->getOperand(2*i + 1));
1764 Assert1(High, "The upper limit must be an integer!", High);
1765 Assert1(High->getType() == Low->getType() &&
1766 High->getType() == ElTy, "Range types must match load type!",
1769 APInt HighV = High->getValue();