Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:M4

7833     // Constant-fold the M4 and M5 mask arguments.
7834 llvm::APSInt M4, M5;
7835 bool IsConstM4 = E->getArg(1)->isIntegerConstantExpr(M4, getContext());
7840 // standard intrinsic. We only support some combinations of M4 and M5.
7842 switch (M4.getZExtValue()) {
7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);