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

References

lib/ExecutionEngine/Interpreter/Execution.cpp
  736   Type *Ty    = I.getOperand(0)->getType();
  737   GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
  738   GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
  781     switch(I.getOpcode()){
  783       dbgs() << "Don't know how to handle this binary operator!\n-->" << I;
  818     switch (I.getOpcode()) {
  820       dbgs() << "Don't know how to handle this binary operator!\n-->" << I;
  840   SetValue(&I, R, SF);