Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp649 Value *InitV = PN->getIncomingValueForBlock(PB); in getCountIV() local
650 if (!isa<ConstantInt>(InitV) || !cast<ConstantInt>(InitV)->isZero()) in getCountIV()