Lines Matching defs:firstOp
2760 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2765 // case in the switch below. The rows correspond to firstOp, the columns
2806 { 99,99,99, 0, 0,99,99, 0, 0,99,99, 4, 0}, // UIToFP +- firstOp
2820 bool IsFirstBitcast = (firstOp == Instruction::BitCast);
2830 int ElimCase = CastResults[firstOp-Instruction::CastOpsBegin]
2838 return firstOp;
2843 // No-op cast in second op implies firstOp as long as the DestTy
2847 return firstOp;
2850 // No-op cast in second op implies firstOp as long as the DestTy
2853 return firstOp;
2895 return firstOp;
2932 return firstOp;
2947 return firstOp;