Lines Matching defs:CC
235 Value *CC = B == D ? C : D;236 // Form "(A op CC) op' B" if it simplifies completely..237 // Does "A op CC" simplify?238 if (Value *V = SimplifyBinOp(Opcode, A, CC, Q, MaxRecurse)) {240 // If V equals A then "V op' B" is just the LHS. If V equals CC then242 if (V == A || V == CC) {