Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Inverse

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