Searched refs:Op1CI (Results 1 – 3 of 3) sorted by relevance
1125 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local1126 if (!Op1CI) return false; in ComputeMultiple()1128 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()
2231 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local2232 if (!Op1CI) return false; in ComputeMultiple()2234 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()
2515 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local2516 if (!Op1CI) return false; in ComputeMultiple()2518 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()