Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp26100 unsigned SVTNumElts = SVT.getVectorNumElements(); in combineShuffle() local
26102 for (unsigned i = 0, e = SVTNumElts; i != e && CanFold; ++i) in combineShuffle()
26104 for (unsigned i = SVTNumElts, e = NumElts; i != e && CanFold; ++i) in combineShuffle()