Home
last modified time | relevance | path

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

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