Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OtherVal

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