Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp635 Value *IterV = PN->getIncomingValueForBlock(BB); in getCountIV() local
636 if (!isa<BinaryOperator>(IterV)) in getCountIV()
638 auto *BO = dyn_cast<BinaryOperator>(IterV); in getCountIV()