Lines Matching defs:opcode
1147 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI,
1149 Args.push_back(Builder->CreateCast(opcode, *AI, ParamTy));
1173 Instruction::CastOps opcode =
1175 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
1220 Instruction::CastOps opcode =
1222 NV = NC = CastInst::Create(opcode, NC, OldRetTy);