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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1701   if (!isa<VectorType>(Ty) && !shouldChangeType(Ty, X->getType()))
 1701   if (!isa<VectorType>(Ty) && !shouldChangeType(Ty, X->getType()))
 1717   return new ZExtInst(Builder.CreateAnd(NewBO, X), Ty);