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

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

Completed in 170 milliseconds