Home | History | Annotate | Download | only in IR

Lines Matching defs:SV

1513 void Verifier::visitShuffleVectorInst(ShuffleVectorInst &SV) {
1514 Assert1(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1),
1515 SV.getOperand(2)),
1516 "Invalid shufflevector operands!", &SV);
1517 visitInstruction(SV);