Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FoldAndOfICmps

868 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) {
1260 Value *Res = LogicOpc == Instruction::And ? FoldAndOfICmps(ICmp0, ICmp1)
1515 if (Value *Res = FoldAndOfICmps(LHS, RHS))
1523 if (Value *Res = FoldAndOfICmps(LHS, Cmp))
1526 if (Value *Res = FoldAndOfICmps(LHS, Cmp))
1531 if (Value *Res = FoldAndOfICmps(Cmp, RHS))
1534 if (Value *Res = FoldAndOfICmps(Cmp, RHS))