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
   30     float FloatVal;
   35   APInt IntVal; // also used for long doubles.
include/llvm/IR/Type.h
   59     FloatTyID,       ///<  2: 32-bit floating point type
lib/ExecutionEngine/Interpreter/Execution.cpp
  468 static GenericValue executeFCMP_OGE(GenericValue Src1, GenericValue Src2,
  470   GenericValue Dest;