Home
last modified time | relevance | path

Searched refs:ConstantEntry (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1141 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool() local
1146 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1420 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool() local
1424 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()