Home | History | Annotate | Download | only in Utils

Lines Matching refs:DefaultValue

3376     /// with the contents of Values, using DefaultValue to fill any holes in the
3382 Constant *DefaultValue,
3429 Constant *DefaultValue,
3443 assert(CaseRes->getType() == DefaultValue->getType());
3457 TableContents[I] = DefaultValue;
3460 if (DefaultValue != SingleValue)
3472 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) {
3473 IntegerType *IT = cast<IntegerType>(DefaultValue->getType());
3491 ArrayType *ArrayTy = ArrayType::get(DefaultValue->getType(), TableSize);