Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:M4

7081     // Constant-fold the M4 and M5 mask arguments.
7082 llvm::APSInt M4, M5;
7083 bool IsConstM4 = E->getArg(1)->isIntegerConstantExpr(M4, getContext());
7088 // standard intrinsic. We only support some combinations of M4 and M5.
7090 switch (M4.getZExtValue()) {
7114 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);