Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp53 Function *RestrictToFunc, in convertUsersOfConstantsToInstructions() argument
89 if (!RestrictToFunc || I->getFunction() == RestrictToFunc) in convertUsersOfConstantsToInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DReplaceConstant.h39 ArrayRef<Constant *> Consts, Function *RestrictToFunc = nullptr,