Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getICmpCode

66 /// getFCmpCode - Similar to getICmpCode but for FCmpInst. This encodes a fcmp
93 /// getNewICmpValue - This is the complement of getICmpCode, which turns an
711 unsigned Code = getICmpCode(LHS) & getICmpCode(RHS);
1469 unsigned Code = getICmpCode(LHS) | getICmpCode(RHS);
2347 unsigned Code = getICmpCode(LHS) ^ getICmpCode(RHS);