Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CA

1133   ConstantInt *BA = 0, *CA = 0;
1135 m_ConstantInt(CA))) &&
1136 BA == CA && A->getType() == CI.getType()) {
1139 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;