Home
last modified time | relevance | path

Searched refs:AuthKey (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2560 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local
2569 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()