Home | History | Annotate | Download | only in Utils

Lines Matching refs:COps

4189   SmallVector<Constant *, 4> COps;
4192 COps.push_back(A);
4198 return ConstantFoldCompareInstOperands(Cmp->getPredicate(), COps[0],
4199 COps[1], DL);
4202 return ConstantFoldInstOperands(I, COps, DL);