Searched refs:LFilter (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3218 Value *LFilter = NewClauses[j]; local
3219 ArrayType *LTy = dyn_cast<ArrayType>(LFilter->getType());
3223 // If Filter is a subset of LFilter, i.e. every element of Filter is also
3224 // an element of LFilter, then discard LFilter.
3226 // If Filter is empty then it is a subset of LFilter.
3228 // Discard LFilter.
3235 // If Filter is longer than LFilter then it cannot be a subset of it.
3239 // At this point we know that LFilter has at least one element.
3240 if (isa<ConstantAggregateZero>(LFilter)) { // LFilte
[all...]

Completed in 181 milliseconds