Home
last modified time | relevance | path

Searched refs:SVTNumElts (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31234 unsigned SVTNumElts = SVT.getVectorNumElements(); in combineShuffle() local
31236 for (unsigned i = 0, e = SVTNumElts; i != e && CanFold; ++i) in combineShuffle()
31238 for (unsigned i = SVTNumElts, e = NumElts; i != e && CanFold; ++i) in combineShuffle()