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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5347 /// isVectorShiftLeft - Returns true if the shuffle can be implemented as a
5349 static bool isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, function
5391 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||

Completed in 150 milliseconds