Searched refs:OTy (Results 1 – 4 of 4) sorted by relevance
1244 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() local1258 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()1261 (OTy->isObjCId() || OTy->isObjCClass())) in LookupMemberExpr()1266 if (OTy->isObjCId() && Member->isStr("isa")) in LookupMemberExpr()
510 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) in DiagnoseDirectIsaAccess() local511 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess()
1802 QualType OTy = PVD->getOriginalType(); in EmitFunctionProlog() local1804 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog()1826 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()1839 if (const auto *TOTy = dyn_cast<TypedefType>(OTy)) in EmitFunctionProlog()
3079 llvm::Type *OTy = Op->getType(); in EmitAArch64CompareBuiltinExpr() local3086 OTy = BI->getOperand(0)->getType(); in EmitAArch64CompareBuiltinExpr()3088 Op = Builder.CreateBitCast(Op, OTy); in EmitAArch64CompareBuiltinExpr()3089 if (OTy->getScalarType()->isFloatingPointTy()) { in EmitAArch64CompareBuiltinExpr()3090 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()3092 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()