Home
last modified time | relevance | path

Searched refs:OTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1372 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() local
1386 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
1389 (OTy->isObjCId() || OTy->isObjCClass())) in LookupMemberExpr()
1394 if (OTy->isObjCId() && Member->isStr("isa")) in LookupMemberExpr()
H A DSemaExpr.cpp594 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) in DiagnoseDirectIsaAccess() local
595 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3063 QualType OTy = PVD->getOriginalType(); in EmitFunctionProlog() local
3065 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog()
3090 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
3108 if (const auto *TOTy = OTy->getAs<TypedefType>()) in EmitFunctionProlog()
H A DCGBuiltin.cpp8358 llvm::Type *OTy = Op->getType(); in EmitAArch64CompareBuiltinExpr() local
8365 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()