Home
last modified time | relevance | path

Searched refs:getConstantFromConstantPool (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h268 const Constant *getConstantFromConstantPool(MachineInstr *I) const;
H A DPPCMIPeephole.cpp785 const Constant *C = TII->getConstantFromConstantPool(DefMI); in simplifyCode()
H A DPPCInstrInfo.cpp561 const Constant *C = getConstantFromConstantPool(ConstDefInstr); in finalizeInsInstrs()
720 PPCInstrInfo::getConstantFromConstantPool(MachineInstr *I) const { in getConstantFromConstantPool() function in PPCInstrInfo