Searched refs:IndexWidth (Results 1 – 4 of 4) sorted by relevance
127 uint32_t IndexWidth) { in get() argument134 retval.IndexWidth = IndexWidth; in get()144 && IndexWidth == rhs.IndexWidth); in operator ==()521 uint32_t IndexWidth) { in setPointerAlignment() argument529 TypeByteWidth, IndexWidth)); in setPointerAlignment()534 I->IndexWidth = IndexWidth; in setPointerAlignment()684 return I->IndexWidth; in getIndexSize()
3331 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local3332 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
95 uint32_t IndexWidth; member100 uint32_t IndexWidth);181 uint32_t TypeByteWidth, uint32_t IndexWidth);
44016 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local44026 if (BV->isConstant() && IndexWidth > 32 && in combineGatherScatter()44027 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter()44054 IndexWidth > 32 && in combineGatherScatter()44056 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter()44079 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local44082 if (IndexWidth != 32 && IndexWidth != 64) { in combineGatherScatter()44083 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32; in combineGatherScatter()