Searched refs:LoadBitWidth (Results 1 – 2 of 2) sorted by relevance
7546 unsigned LoadBitWidth = SrcTy->getIntegerBitWidth() * NumElts; in isLoadCombineCandidateImpl() local7547 if (!TTI->isTypeLegal(IntegerType::get(Root->getContext(), LoadBitWidth))) in isLoadCombineCandidateImpl()
8402 unsigned LoadBitWidth = P.Load->getMemoryVT().getScalarSizeInBits(); in MatchLoadCombine() local8404 assert(LoadBitWidth % 8 == 0 && in MatchLoadCombine()8406 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine()