Home | History | Annotate | Download | only in VMCore

Lines Matching defs:SV

1303 void Verifier::visitShuffleVectorInst(ShuffleVectorInst &SV) {
1304 Assert1(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1),
1305 SV.getOperand(2)),
1306 "Invalid shufflevector operands!", &SV);
1307 visitInstruction(SV);