Lines Matching refs:DefaultValue
3426 /// with the contents of Values, using DefaultValue to fill any holes in the
3432 Constant *DefaultValue,
3479 Constant *DefaultValue,
3493 assert(CaseRes->getType() == DefaultValue->getType());
3507 TableContents[I] = DefaultValue;
3510 if (DefaultValue != SingleValue)
3522 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) {
3523 IntegerType *IT = cast<IntegerType>(DefaultValue->getType());
3541 ArrayType *ArrayTy = ArrayType::get(DefaultValue->getType(), TableSize);