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