HomeSort by relevance Sort by last modified time
    Searched defs:visitSwitchInst (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
InstVisitor.h 163 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);}
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 279 void visitSwitchInst(SwitchInst &SI);
803 void Verifier::visitSwitchInst(SwitchInst &SI) {
    [all...]

Completed in 118 milliseconds