Home | History | Annotate | Download | only in IR

Lines Matching defs:Inverse

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