Uses of Class
org.teavm.model.instructions.IntegerConstantInstruction
Packages that use IntegerConstantInstruction
Package
Description
-
Uses of IntegerConstantInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoid
InstructionReadVisitor.visit(IntegerConstantInstruction insn)
-
Uses of IntegerConstantInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoid
AbstractInstructionVisitor.visit(IntegerConstantInstruction insn)
void
InstructionVisitor.visit(IntegerConstantInstruction insn)
-
Uses of IntegerConstantInstruction in org.teavm.model.optimization
Methods in org.teavm.model.optimization with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoid
LoopInvariantAnalyzer.visit(IntegerConstantInstruction insn)
-
Uses of IntegerConstantInstruction in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoid
DefinitionExtractor.visit(IntegerConstantInstruction insn)
void
InstructionVariableMapper.visit(IntegerConstantInstruction insn)
void
TransitionExtractor.visit(IntegerConstantInstruction insn)
void
UsageExtractor.visit(IntegerConstantInstruction insn)