Searched refs:OTy (Results 1 – 4 of 4) sorted by relevance
1372 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() local1386 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()1389 (OTy->isObjCId() || OTy->isObjCClass())) in LookupMemberExpr()1394 if (OTy->isObjCId() && Member->isStr("isa")) in LookupMemberExpr()
594 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) in DiagnoseDirectIsaAccess() local595 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess()
3063 QualType OTy = PVD->getOriginalType(); in EmitFunctionProlog() local3065 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog()3090 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()3108 if (const auto *TOTy = OTy->getAs<TypedefType>()) in EmitFunctionProlog()
8358 llvm::Type *OTy = Op->getType(); in EmitAArch64CompareBuiltinExpr() local8365 OTy = BI->getOperand(0)->getType(); in EmitAArch64CompareBuiltinExpr()8367 Op = Builder.CreateBitCast(Op, OTy); in EmitAArch64CompareBuiltinExpr()8368 if (OTy->getScalarType()->isFloatingPointTy()) { in EmitAArch64CompareBuiltinExpr()8370 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()8372 Op = Builder.CreateFCmpS(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()8374 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()