reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low); 191 O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]"; 261 if (Begin->Low == LowerBound && Begin->High == UpperBound) { 278 LLVM_DEBUG(dbgs() << "Pivot ==> [" << Pivot.Low->getValue() << ", " 285 ConstantInt *NewLowerBound = Pivot.Low; 312 Val, Pivot.Low, "Pivot"); 343 if (Leaf.Low == Leaf.High) { 346 Leaf.Low, "SwitchLeaf"); 349 if (Leaf.Low == LowerBound) { 355 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SGE, Val, Leaf.Low, 357 } else if (Leaf.Low->isZero()) { 363 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); 383 Leaf.Low->getSExtValue(); 417 int64_t nextValue = J->Low->getSExtValue(); 480 LowerBound = Cases.front().Low; 504 APInt Low = Cases.front().Low->getValue(); 525 int64_t Low = I.Low->getSExtValue();