Lines Matching refs:EltPtr
3111 const char *EltPtr = getElementPointer(Elt); in getElementAsInteger() local
3118 return *reinterpret_cast<const uint8_t *>(EltPtr); in getElementAsInteger()
3120 return *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsInteger()
3122 return *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsInteger()
3124 return *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsInteger()
3131 const char *EltPtr = getElementPointer(Elt); in getElementAsAPInt() local
3138 auto EltVal = *reinterpret_cast<const uint8_t *>(EltPtr); in getElementAsAPInt()
3142 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPInt()
3146 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPInt()
3150 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPInt()
3157 const char *EltPtr = getElementPointer(Elt); in getElementAsAPFloat() local
3163 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat()
3167 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat()
3171 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPFloat()
3175 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPFloat()