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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 4169         LHS = vectorizeTree(E->getOperand(0));
 4173         LHS = vectorizeTree(E->getOperand(0));
 4184             static_cast<Instruction::BinaryOps>(E->getOpcode()), LHS, RHS);
 4186             static_cast<Instruction::BinaryOps>(E->getAltOpcode()), LHS, RHS);
 4189             static_cast<Instruction::CastOps>(E->getOpcode()), LHS, VecTy);
 4191             static_cast<Instruction::CastOps>(E->getAltOpcode()), LHS, VecTy);