Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DShadowStackGC.cpp62 bool IsNullValue(Value *V);
315 bool ShadowStackGC::IsNullValue(Value *V) { in IsNullValue() function in ShadowStackGC
337 if (IsNullValue(CI->getArgOperand(1))) in CollectRoots()