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