Lines Matching refs:Params
659 ArrayRef<Value *> Params) { in getDeclarationForParams() argument
664 Type *OverloadTy = Params[0]->getType(); in getDeclarationForParams()
667 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()
687 Intrinsic::getDeclaration(M, VPID, {ReturnType, Params[0]->getType()}); in getDeclarationForParams()
690 VPFunc = Intrinsic::getDeclaration(M, VPID, {Params[0]->getType()}); in getDeclarationForParams()
694 VPFunc = Intrinsic::getDeclaration(M, VPID, {Params[1]->getType()}); in getDeclarationForParams()
698 M, VPID, {ReturnType, Params[0]->getType()}); in getDeclarationForParams()
702 M, VPID, {ReturnType, Params[0]->getType(), Params[1]->getType()}); in getDeclarationForParams()
706 M, VPID, {ReturnType, Params[0]->getType()}); in getDeclarationForParams()
710 M, VPID, {Params[0]->getType(), Params[1]->getType()}); in getDeclarationForParams()
715 {Params[0]->getType(), Params[1]->getType(), Params[2]->getType()}); in getDeclarationForParams()
719 M, VPID, {Params[0]->getType(), Params[1]->getType()}); in getDeclarationForParams()