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