Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:opcode

1142       Instruction::CastOps opcode = CastInst::getCastOpcode(*AI,
1144 Args.push_back(Builder->CreateCast(opcode, *AI, ParamTy));
1168 Instruction::CastOps opcode =
1170 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
1212 Instruction::CastOps opcode =
1214 NV = NC = CastInst::Create(opcode, NC, OldRetTy);