Searched refs:ConstantEntry (Results 1 – 2 of 2) sorted by relevance
1141 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool() local1146 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()1149 auto *C = dyn_cast<Constant>(ConstantEntry.Val.ConstVal); in getConstantFromPool()1150 assert((!C || ConstantEntry.getType() == C->getType()) && in getConstantFromPool()
1420 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool() local1424 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()1427 auto *C = dyn_cast<Constant>(ConstantEntry.Val.ConstVal); in getConstantFromPool()1428 assert((!C || ConstantEntry.getType() == C->getType()) && in getConstantFromPool()