Searched defs:Op1CI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1229 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); local
1230 if (!Op1CI) return false;
1232 APInt Op1Int = Op1CI->getValue();

Completed in 205 milliseconds