Home | History | Annotate | Download | only in IR

Lines Matching defs:VPCOM

303          (Name.startswith("xop.vpcom") && F->arg_size() == 2))) {
835 } else if (IsX86 && Name.startswith("xop.vpcom")) {
856 Name = Name.substr(9); // strip off "xop.vpcom"
877 Function *VPCOM = Intrinsic::getDeclaration(F->getParent(), intID);
879 Builder.CreateCall(VPCOM, {CI->getArgOperand(0), CI->getArgOperand(1),