Searched refs:isTargetNullPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp418 /// isTargetNullPtr - Return whether the target pointer stored at Loc is null.
419 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { function
460 assert(!isTargetNullPtr(this, GVTOP(GVArgs[1])) &&

Completed in 110 milliseconds