Home
last modified time | relevance | path

Searched refs:Op1CI (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3221 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local
3222 if (!Op1CI) return false; in ComputeMultiple()
3224 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()