Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1125 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local
1126 if (!Op1CI) return false; in ComputeMultiple()
1128 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()
/external/llvm/lib/Analysis/
DValueTracking.cpp2231 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local
2232 if (!Op1CI) return false; in ComputeMultiple()
2234 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()