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