Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7546 unsigned LoadBitWidth = SrcTy->getIntegerBitWidth() * NumElts; in isLoadCombineCandidateImpl() local
7547 if (!TTI->isTypeLegal(IntegerType::get(Root->getContext(), LoadBitWidth))) in isLoadCombineCandidateImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8402 unsigned LoadBitWidth = P.Load->getMemoryVT().getScalarSizeInBits(); in MatchLoadCombine() local
8404 assert(LoadBitWidth % 8 == 0 && in MatchLoadCombine()
8406 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine()