reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
 1293   if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) {
 1302   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CV)) {
 1381   if (isa<ConstantAggregateZero>(CV)) {
 1386   if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) {
 1397   if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) {
 1416   if (const ConstantDataArray *CA = dyn_cast<ConstantDataArray>(CV)) {
 1444   if (const ConstantStruct *CS = dyn_cast<ConstantStruct>(CV)) {
 1474   if (isa<ConstantVector>(CV) || isa<ConstantDataVector>(CV)) {
 1474   if (isa<ConstantVector>(CV) || isa<ConstantDataVector>(CV)) {
 1475     Type *ETy = CV->getType()->getVectorElementType();
 1479     WriteAsOperandInternal(Out, CV->getAggregateElement(0U), &TypePrinter,
 1481     for (unsigned i = 1, e = CV->getType()->getVectorNumElements(); i != e;++i){
 1485       WriteAsOperandInternal(Out, CV->getAggregateElement(i), &TypePrinter,
 1492   if (isa<ConstantPointerNull>(CV)) {
 1497   if (isa<ConstantTokenNone>(CV)) {
 1502   if (isa<UndefValue>(CV)) {
 1507   if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV)) {