Home | History | Annotate | Download | only in Utils

Lines Matching defs:High

51       Constant* High;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
77 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
120 O << *B->Low << " -" << *B->High;
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
186 if (Leaf.Low == Leaf.High) {
194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
206 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
221 uint64_t Range = cast<ConstantInt>(Leaf.High)->getSExtValue() -
250 int64_t currentValue = cast<ConstantInt>(I->High)->getSExtValue();
257 I->High = J->High;
265 if (I->Low != I->High)