Searched refs:FSZero (Results 1 – 1 of 1) sorted by relevance
430 Constant *FSZero = Constant::getNullValue(PointerType::get(C, X86AS::FS)); in linkExceptionRegistration() local431 Value *Next = Builder.CreateLoad(PointerType::getUnqual(C), FSZero); in linkExceptionRegistration()434 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration()450 Constant *FSZero = Constant::getNullValue(PointerType::get(C, X86AS::FS)); in unlinkExceptionRegistration() local451 Builder.CreateStore(Next, FSZero); in unlinkExceptionRegistration()