Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp2816 ConstantInt *Op1CI = dyn_cast<ConstantInt>(Op1); in ComputeMultiple() local
2817 if (!Op1CI) return false; in ComputeMultiple()
2819 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple()