Lines Matching refs:VPFunc
526 Function *VPFunc; in getDeclarationForParams() local
534 VPFunc = Intrinsic::getDeclaration(M, VPID, OverloadTy); in getDeclarationForParams()
548 VPFunc = in getDeclarationForParams()
553 VPFunc = Intrinsic::getDeclaration(M, VPID, {Params[1]->getType()}); in getDeclarationForParams()
556 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
560 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
564 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
568 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
572 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
577 VPFunc = Intrinsic::getDeclaration( in getDeclarationForParams()
581 assert(VPFunc && "Could not declare VP intrinsic"); in getDeclarationForParams()
582 return VPFunc; in getDeclarationForParams()