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