reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2993 auto T = const_cast<Type*>(CP->getType()); 2994 auto C = const_cast<Constant*>(CP->getConstVal()); 3008 if (CP->isMachineConstantPoolEntry()) 3009 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT, 3010 CP->getAlignment()); 3012 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, 3013 CP->getAlignment());