Searched refs:typeValue (Results 1 – 1 of 1) sorted by relevance
1152 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock() local1155 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()1157 if (typeValue->getType() != argTy) in emitCatchDispatchBlock()1158 typeValue = in emitCatchDispatchBlock()1159 CGF.getTargetHooks().performAddrSpaceCast(CGF, typeValue, globAS, in emitCatchDispatchBlock()1186 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()