Home | History | Annotate | Download | only in IR

Lines Matching refs:Inverse

1869     // If the right hand side is a bitcast, try using its inverse to simplify
1876 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType());
1877 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);