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

Definitions

include/llvm/ADT/APInt.h
  747   APInt &operator=(APInt &&that) {
include/llvm/ExecutionEngine/GenericValue.h
   29     double DoubleVal;
   30     float FloatVal;
   35   APInt IntVal; // also used for long doubles.
include/llvm/IR/Type.h
  147   bool isFloatTy() const { return getTypeID() == FloatTyID; }
lib/ExecutionEngine/Interpreter/Execution.cpp
  533   GenericValue Dest;