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

References

lib/Transforms/Utils/LowerSwitch.cpp
  338   BasicBlock* NewLeaf = BasicBlock::Create(Val->getContext(), "LeafBlock");
  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,
  364       Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo,
  365                                                    Val->getName()+".off",