Home
last modified time | relevance | path

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

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