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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 1123   auto *ConstMask = dyn_cast<Constant>(II.getArgOperand(3));
 1129     return eraseInstFromFunction(II);
 1134   if (Value *V = SimplifyDemandedVectorElts(II.getOperand(0),
 1136     II.setOperand(0, V);
 1137     return &II;
 1139   if (Value *V = SimplifyDemandedVectorElts(II.getOperand(1),
 1141     II.setOperand(1, V);
 1142     return &II;