Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CA

1115   ConstantInt *BA = nullptr, *CA = nullptr;
1117 m_ConstantInt(CA))) &&
1118 BA == CA && A->getType() == CI.getType()) {
1121 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;