LLVM 22.0.0git
ReplaceConstant.cpp File Reference

Go to the source code of this file.

Functions

static bool isExpandableUser (User *U)
static SmallVector< Instruction *, 4 > expandUser (BasicBlock::iterator InsertPt, Constant *C)

Function Documentation

◆ expandUser()

◆ isExpandableUser()

bool isExpandableUser ( User * U)
static

Definition at line 21 of file ReplaceConstant.cpp.

References llvm::isa().

Referenced by llvm::convertUsersOfConstantsToInstructions().