Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp301 BinaryOperator *digRecurrence(
329 RecurrenceInfo::digRecurrence(Instruction *V, in digRecurrence() function in RecurrenceInfo
395 BinaryOperator *FoundBO = digRecurrence(TV, BOWithConstOpToMatch); in matchConditionalRecurrence()
396 BinaryOperator *AltBO = digRecurrence(FV, BOWithConstOpToMatch); in matchConditionalRecurrence()