Home
last modified time | relevance | path

Searched refs:convertUsersOfConstantsToInstructions (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DReplaceConstant.h24 bool convertUsersOfConstantsToInstructions(ArrayRef<Constant *> Consts);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp50 bool convertUsersOfConstantsToInstructions(ArrayRef<Constant *> Consts) { in convertUsersOfConstantsToInstructions() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp327 return convertUsersOfConstantsToInstructions(LDSGlobals); in eliminateConstantExprUsesOfLDSFromAllInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1401 convertUsersOfConstantsToInstructions(PlaceholderFn); in replaceWeakDeclarationWithJumpTablePtr()