Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Typeid

914 /// We need to perform a generic polymorphic operation (like a typeid
981 auto Typeid = emitRTtypeidCall(CGF, ThisPtr.getPointer()).getInstruction();
982 return CGF.Builder.CreateBitCast(Typeid, StdTypeInfoPtrTy);
3275 // TypeInfo: Static classes that are returned by typeid.