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
86 if (!RestrictToFunc || I->getFunction() == RestrictToFunc) in convertUsersOfConstantsToInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DReplaceConstant.h37 Function *RestrictToFunc = nullptr,