Home
last modified time | relevance | path

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

/minix/minix/llvm/passes/include/common/
H A Dpass_common.h557 Constant *FPtrNull = Constant::getNullValue(FPtrTy); in createFunctionWeakPtrWrapper() local
562 weakPtrVar->setInitializer(FPtrNull); in createFunctionWeakPtrWrapper()
593 ICmpInst* cmpInst = new ICmpInst(*entryBB, ICmpInst::ICMP_NE, weakPtr, FPtrNull, ""); in createFunctionWeakPtrWrapper()