Lines Matching defs:firstOp
2796 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2801 // case in the switch below. The rows correspond to firstOp, the columns
2842 { 99,99,99, 0, 0,99,99, 0, 0,99,99, 4, 0}, // UIToFP +- firstOp
2856 bool IsFirstBitcast = (firstOp == Instruction::BitCast);
2866 int ElimCase = CastResults[firstOp-Instruction::CastOpsBegin]
2874 return firstOp;
2879 // No-op cast in second op implies firstOp as long as the DestTy
2883 return firstOp;
2886 // No-op cast in second op implies firstOp as long as the DestTy
2889 return firstOp;
2931 return firstOp;
2968 return firstOp;
2983 return firstOp;