Searched refs:typeValue (Results 1 – 1 of 1) sorted by relevance
1126 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock() local1129 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()1130 typeValue = CGF.Builder.CreateBitCast(typeValue, CGF.Int8PtrTy); in emitCatchDispatchBlock()1156 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()