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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 2836   assert(E0->getOpcode() == Instruction::ExtractElement ||
 2837          E0->getOpcode() == Instruction::ExtractValue);
 2838   assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode");
 2841   Value *Vec = E0->getOperand(0);
 2847   if (E0->getOpcode() == Instruction::ExtractValue) {
 2848     const DataLayout &DL = E0->getModule()->getDataLayout();