Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:OtherVal

2474         Value *OtherVal = A == Op1 ? B : A;
2475 return new ICmpInst(I.getPredicate(), OtherVal,
2501 Value *OtherVal = A == Op0 ? B : A;
2502 return new ICmpInst(I.getPredicate(), OtherVal,