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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4542 /// isVINSERTIndex - Return true if the specified INSERT_SUBVECTOR
4545 static bool isVINSERTIndex(SDNode *N, unsigned vecWidth) { function
4561 return isVINSERTIndex(N, 128);
4565 return isVINSERTIndex(N, 256);

Completed in 161 milliseconds