Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2092 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local
2101 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()