Searched refs:AuthKey (Results 1 – 1 of 1) sorted by relevance
2092 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local2101 AuthKey = CI->getArgOperand(1); in visitCallInst()2109 if (AuthKey && NeedSign) { in visitCallInst()2112 } else if (AuthKey) { in visitCallInst()2127 if (AuthKey) { in visitCallInst()2128 CallArgs.push_back(AuthKey); in visitCallInst()