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

References

lib/CodeGen/CodeGenPrepare.cpp
 6313       return Transition;
 6321     assert(isa<ExtractElementInst>(Transition) &&
 6330     assert(isa<ExtractElementInst>(Transition) &&
 6340     return Transition->getOperand(getTransitionOriginalValueIdx())->getType();
 6355     Value *ValIdx = Transition->getOperand(getTransitionOriginalValueIdx());
 6377         TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index);
 6417       Value *ValExtractIdx = Transition->getOperand(getTransitionIdx());
 6554   assert(ToBePromoted->getType() == Transition->getType() &&
 6557   ToBePromoted->replaceAllUsesWith(Transition);
 6568     if (Val == Transition)
 6569       NewVal = Transition->getOperand(getTransitionOriginalValueIdx());
 6582   Transition->moveAfter(ToBePromoted);
 6583   Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted);