Searched refs:OTy (Results 1 – 4 of 4) sorted by relevance
1348 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() local1362 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()1365 (OTy->isObjCId() || OTy->isObjCClass())) in LookupMemberExpr()1370 if (OTy->isObjCId() && Member->isStr("isa")) in LookupMemberExpr()
590 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) in DiagnoseDirectIsaAccess() local591 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess()
2216 QualType OTy = PVD->getOriginalType(); in EmitFunctionProlog() local2218 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog()2240 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()2253 if (const auto *TOTy = dyn_cast<TypedefType>(OTy)) in EmitFunctionProlog()
3763 llvm::Type *OTy = Op->getType(); in EmitAArch64CompareBuiltinExpr() local3770 OTy = BI->getOperand(0)->getType(); in EmitAArch64CompareBuiltinExpr()3772 Op = Builder.CreateBitCast(Op, OTy); in EmitAArch64CompareBuiltinExpr()3773 if (OTy->getScalarType()->isFloatingPointTy()) { in EmitAArch64CompareBuiltinExpr()3774 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()3776 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()