Home
last modified time | relevance | path

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

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