Searched refs:AuthKey (Results 1 – 1 of 1) sorted by relevance
2731 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local2740 AuthKey = CI->getArgOperand(1); in visitCallInst()2769 if (AuthKey && NeedSign) { in visitCallInst()2772 } else if (AuthKey) { in visitCallInst()2786 if (AuthKey) { in visitCallInst()2787 CallArgs.push_back(AuthKey); in visitCallInst()