reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/LowerSwitch.cpp
  339   F->getBasicBlockList().insert(++OrigBlock->getIterator(), NewLeaf);
  345     Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val,
  351       Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
  355       Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SGE, Val, Leaf.Low,
  359       Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
  366                                                    NewLeaf);
  368       Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  375   BranchInst::Create(Succ, Default, Comp, NewLeaf);
  390     PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
  393   return NewLeaf;