Searched refs:AuthKey (Results 1 – 1 of 1) sorted by relevance
2729 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local2738 AuthKey = CI->getArgOperand(1); in visitCallInst()2767 if (AuthKey && NeedSign) { in visitCallInst()2770 } else if (AuthKey) { in visitCallInst()2784 if (AuthKey) { in visitCallInst()2785 CallArgs.push_back(AuthKey); in visitCallInst()