Searched refs:elemBitWidth (Results 1 – 1 of 1) sorted by relevance
1168 const unsigned elemBitWidth = cast<IntegerType>(ElemT)->getBitWidth(); in LoadValueFromMemory() local1169 intZero.IntVal = APInt(elemBitWidth, 0); in LoadValueFromMemory()1173 (uint8_t*)Ptr+((elemBitWidth+7)/8)*i, (elemBitWidth+7)/8); in LoadValueFromMemory()