Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h306 Value *expandWrapPredicate(const SCEVWrapPredicate *P, Instruction *Loc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1969 return expandWrapPredicate(AddRecPred, IP); in expandCodeForPredicate()
2111 Value *SCEVExpander::expandWrapPredicate(const SCEVWrapPredicate *Pred, in expandWrapPredicate() function in SCEVExpander