Searched refs:ShuffleOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4361 static bool getVPermMask(SDValue ShuffleOp, argument
4363 EVT VT = ShuffleOp.getValueType();
4367 if (auto *VSN = dyn_cast<ShuffleVectorSDNode>(ShuffleOp)) {
4377 if (SystemZISD::SPLAT == ShuffleOp.getOpcode() &&
4378 isa<ConstantSDNode>(ShuffleOp.getOperand(1))) {
4379 unsigned Index = ShuffleOp.getConstantOperandVal(1);

Completed in 190 milliseconds