Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp142 if (const SCEVConstant *ConstEC = dyn_cast<SCEVConstant>(EC)) { in isHardwareLoopCandidate() local
143 if (ConstEC->getValue()->isZero()) in isHardwareLoopCandidate()