Searched refs:OtherExpr (Results 1 – 1 of 1) sorted by relevance
10241 ExprResult *OtherExpr = LHSVecType ? &RHS : &LHS; in CheckVectorOperands() local10251 *OtherExpr = ImpCastExprToType(OtherExpr->get(), VecType, CK_BitCast); in CheckVectorOperands()14458 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local14464 OtherExpr = RHS; in checkObjCPointerIntrospection()14468 OtherExpr = LHS; in checkObjCPointerIntrospection()14475 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()