Searched refs:AuthKey (Results 1 – 1 of 1) sorted by relevance
2560 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local2569 AuthKey = CI->getArgOperand(1); in visitCallInst()2577 if (AuthKey && NeedSign) { in visitCallInst()2580 } else if (AuthKey) { in visitCallInst()2595 if (AuthKey) { in visitCallInst()2596 CallArgs.push_back(AuthKey); in visitCallInst()