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

Definitions

include/llvm/IR/RuntimeLibcalls.def
  447 HANDLE_LIBCALL(SYNC_FETCH_AND_AND_4, "__sync_fetch_and_and_4")
  448 HANDLE_LIBCALL(SYNC_FETCH_AND_AND_8, "__sync_fetch_and_and_8")
  449 HANDLE_LIBCALL(SYNC_FETCH_AND_AND_16, "__sync_fetch_and_and_16")
include/llvm/Support/MachineValueType.h
   41       i8             =   3,   // This is an 8 bit integer value
   42       i16            =   4,   // This is a 16 bit integer value
   43       i32            =   5,   // This is a 32 bit integer value
   45       i128           =   7,   // This is a 128 bit integer value
  265     SimpleValueType SimpleTy = INVALID_SIMPLE_VALUE_TYPE;