Home | History | Annotate | Download | only in IR

Lines Matching refs:Inverse

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