Searched refs:Op1CI (Results 1 – 1 of 1) sorted by relevance
2153 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local2154 if (!Op1CI) return false; in ComputeMultiple()2156 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()