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