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