Home | History | Annotate | Download | only in IR

Lines Matching refs:firstOp

2079   Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2084 // case in the switch below. The rows correspond to firstOp, the columns
2125 { 99,99,99, 0, 0,99,99, 0, 0,99,99, 4, 0}, // UIToFP +- firstOp
2137 bool isFirstBitcast = (firstOp == Instruction::BitCast);
2147 int ElimCase = CastResults[firstOp-Instruction::CastOpsBegin]
2155 return firstOp;
2160 // No-op cast in second op implies firstOp as long as the DestTy
2164 return firstOp;
2167 // No-op cast in second op implies firstOp as long as the DestTy
2170 return firstOp;
2214 return firstOp;
2256 return firstOp;
2275 return firstOp;