Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CA

1126   ConstantInt *BA = 0, *CA = 0;
1128 m_ConstantInt(CA))) &&
1129 BA == CA && A->getType() == CI.getType()) {
1132 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;