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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2980   if (!Inst || !Inst->getType()->isVectorTy())
 2980   if (!Inst || !Inst->getType()->isVectorTy())
 2983   auto OpCode = Inst->getOpcode();
 2993     if (const FPMathOperator *FPOp = dyn_cast<const FPMathOperator>(Inst))
 3001   unsigned ElemNum = Inst->getType()->getVectorNumElements();
 3027   SmallVector<const User *, 16> UsersToVisit{Inst};