Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:M5

7081     // Constant-fold the M4 and M5 mask arguments.
7082 llvm::APSInt M4, M5;
7084 bool IsConstM5 = E->getArg(2)->isIntegerConstantExpr(M5, getContext());
7088 // standard intrinsic. We only support some combinations of M4 and M5.
7093 switch (M5.getZExtValue()) {
7099 switch (M5.getZExtValue()) {
7115 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5);