Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getCondition

1231         return SelectInst::Create(SI->getCondition(), N, A);
1235 return SelectInst::Create(SI->getCondition(), A, N);