Searched defs:SwitchInsn (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DSwitchInsn.java27 public final class SwitchInsn class in inherits:Insn
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, method in class:SwitchInsn
83 return new SwitchInsn(getOpcode(), getPosition(),
92 * <p> SwitchInsn always compares false. The current use for this method
93 * never encounters {@code SwitchInsn}s
105 return new SwitchInsn(getOpcode(), getPosition(),
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1147 /// SwitchInsn - This is nearest current switch instruction. It is null if
1149 llvm::SwitchInst *SwitchInsn; member in namespace:clang::CodeGen

Completed in 90 milliseconds