reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2522 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), 2522 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), 2523 SI.getOperand(2)), 2524 "Invalid operands for select instruction!", &SI); 2526 Assert(SI.getTrueValue()->getType() == SI.getType(), 2526 Assert(SI.getTrueValue()->getType() == SI.getType(), 2527 "Select values must have same type as select instruction!", &SI); 2528 visitInstruction(SI);