Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CE1

1035     if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
1036 if (TD && CE0->getOpcode() == CE1->getOpcode()) {
1044 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0),
1053 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()))
1055 CE1->getOperand(0), TD, TLI);