Lines Matching defs:M4
20867 // Constant-fold the M4 and M5 mask arguments.
20868 llvm::APSInt M4 = *E->getArg(1)->getIntegerConstantExpr(getContext());
20871 // intrinsic. We only support some combinations of M4 and M5.
20874 switch (M4.getZExtValue()) {
20914 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);
20923 // Constant-fold the M4 mask argument.
20924 llvm::APSInt M4 = *E->getArg(2)->getIntegerConstantExpr(getContext());
20926 // intrinsic. We only support some values of M4.
20929 switch (M4.getZExtValue()) {
20949 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);
20957 // Constant-fold the M4 mask argument.
20958 llvm::APSInt M4 = *E->getArg(2)->getIntegerConstantExpr(getContext());
20960 // intrinsic. We only support some values of M4.
20963 switch (M4.getZExtValue()) {
20983 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);