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

Declarations

include/llvm/ExecutionEngine/ExecutionEngine.h
  504   GenericValue getConstantValue(const Constant *C);

References

lib/ExecutionEngine/ExecutionEngine.cpp
  621               Result.AggregateVal[i] = getConstantValue(ElemUndef);
  648       GenericValue Result = getConstantValue(Op0);
  657       GenericValue GV = getConstantValue(Op0);
  663       GenericValue GV = getConstantValue(Op0);
  669       GenericValue GV = getConstantValue(Op0);
  676       GenericValue GV = getConstantValue(Op0);
  682       GenericValue GV = getConstantValue(Op0);
  687       GenericValue GV = getConstantValue(Op0);
  702       GenericValue GV = getConstantValue(Op0);
  718       GenericValue GV = getConstantValue(Op0);
  736       GenericValue GV = getConstantValue(Op0);
  745       GenericValue GV = getConstantValue(Op0);
  753       GenericValue GV = getConstantValue(Op0);
  791       GenericValue LHS = getConstantValue(Op0);
  792       GenericValue RHS = getConstantValue(CE->getOperand(1));
 1176     GenericValue Val = getConstantValue(Init);
lib/ExecutionEngine/Interpreter/Execution.cpp
 2108     return getConstantValue(CPV);