Home
last modified time | relevance | path

Searched defs:EMask (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h392 uintptr_t EMask = ((uintptr_t)1) << E; in set() local
423 uintptr_t EMask = ((uintptr_t)1) << E; in reset() local
H A DBitVector.h371 BitWord EMask = BitWord(1) << (E % BITWORD_SIZE); in set() local
410 BitWord EMask = BitWord(1) << (E % BITWORD_SIZE); in reset() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8716 SmallVector<int> EMask = E->getCommonMask(); createShuffle() local
8748 SmallVector<int> EMask = E->getCommonMask(); createShuffle() local