Lines Matching refs:EltPtr
3065 const char *EltPtr = getElementPointer(Elt); in getElementAsInteger() local
3072 return *reinterpret_cast<const uint8_t *>(EltPtr); in getElementAsInteger()
3074 return *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsInteger()
3076 return *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsInteger()
3078 return *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsInteger()
3085 const char *EltPtr = getElementPointer(Elt); in getElementAsAPInt() local
3092 auto EltVal = *reinterpret_cast<const uint8_t *>(EltPtr); in getElementAsAPInt()
3096 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPInt()
3100 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPInt()
3104 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPInt()
3111 const char *EltPtr = getElementPointer(Elt); in getElementAsAPFloat() local
3117 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat()
3121 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat()
3125 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPFloat()
3129 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPFloat()