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

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

Completed in 39 milliseconds