Lines Matching defs:M4
19516 // Constant-fold the M4 and M5 mask arguments.
19517 llvm::APSInt M4 = *E->getArg(1)->getIntegerConstantExpr(getContext());
19520 // intrinsic. We only support some combinations of M4 and M5.
19523 switch (M4.getZExtValue()) {
19563 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);
19572 // Constant-fold the M4 mask argument.
19573 llvm::APSInt M4 = *E->getArg(2)->getIntegerConstantExpr(getContext());
19575 // intrinsic. We only support some values of M4.
19578 switch (M4.getZExtValue()) {
19598 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);
19606 // Constant-fold the M4 mask argument.
19607 llvm::APSInt M4 = *E->getArg(2)->getIntegerConstantExpr(getContext());
19609 // intrinsic. We only support some values of M4.
19612 switch (M4.getZExtValue()) {
19632 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);