Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FilterType

1896       ArrayType *FilterType = cast<ArrayType>(FilterClause->getType());
1897 unsigned NumTypeInfos = FilterType->getNumElements();
1916 Constant::getNullValue(FilterType->getElementType());
1967 FilterType = ArrayType::get(FilterType->getElementType(),
1969 FilterClause = ConstantArray::get(FilterType, NewFilterElts);