Searched defs:MaskE (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp4693 /// MaskE correspond consecutively to elements from one of the vector operands,
4696 bool isShuffleMaskConsecutive(ShuffleVectorSDNode *SVOp, int MaskI, int MaskE, argument
4701 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {

Completed in 97 milliseconds