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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1292   assert(V->getType()->isVectorTy() && "can't reorder non-vector elements");
 1293   Type *EltTy = V->getType()->getScalarType();
 1294   Type *I32Ty = IntegerType::getInt32Ty(V->getContext());
 1295   if (isa<UndefValue>(V))
 1298   if (isa<ConstantAggregateZero>(V))
 1301   if (Constant *C = dyn_cast<Constant>(V)) {
 1313   Instruction *I = cast<Instruction>(V);