Searched refs:TypedRHS (Results 1 – 1 of 1) sorted by relevance
11035 auto *TypedRHS = AA::getWithType(RHSV, *RHS->getType()); in handleCmp() local11036 if (TypedLHS && TypedRHS) { in handleCmp()11037 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); in handleCmp()