Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CA

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