Home
last modified time | relevance | path

Searched refs:LoadBitWidth (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6688 unsigned LoadBitWidth = SrcTy->getIntegerBitWidth() * NumElts; in isLoadCombineCandidateImpl() local
6689 if (!TTI->isTypeLegal(IntegerType::get(Root->getContext(), LoadBitWidth))) in isLoadCombineCandidateImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8149 unsigned LoadBitWidth = P.Load->getMemoryVT().getSizeInBits(); in MatchLoadCombine() local
8150 assert(LoadBitWidth % 8 == 0 && in MatchLoadCombine()
8152 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine()