Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp76 bool IsNullValue(Value *V);
226 bool ShadowStackGCLowering::IsNullValue(Value *V) { in IsNullValue() function in ShadowStackGCLowering
249 if (IsNullValue(CI->getArgOperand(1))) in CollectRoots()