Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp3141 const SCEVConstant *Aconst = dyn_cast<SCEVConstant>(A); in propagateLine() local
3143 if (!Aconst || !Cconst) return false; in propagateLine()
3144 APInt Alpha = Aconst->getAPInt(); in propagateLine()
3155 const SCEVConstant *Aconst = dyn_cast<SCEVConstant>(A); in propagateLine() local
3157 if (!Aconst || !Cconst) return false; in propagateLine()
3158 APInt Alpha = Aconst->getAPInt(); in propagateLine()