Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9087 static bool matchTwoInputRecurrence(const PHINode *PN, InstTy *&Inst, in matchTwoInputRecurrence() function
9120 return matchTwoInputRecurrence(P, BO, Start, Step); in matchSimpleRecurrence()
9145 return P && matchTwoInputRecurrence(P, II, Init, OtherOp) && II == I; in matchSimpleBinaryIntrinsicRecurrence()