Lines Matching defs:Opcode
86 /// opcode and two operands into either a constant true or false, or a brand
98 /// opcode and two operands into either a FCmp instruction. isordered is passed
2292 Instruction::CastOps Opcode = Op0C->getOpcode();
2293 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) &&
2294 (RHS == ConstantExpr::getCast(Opcode, Builder->getTrue(),
2297 return CastInst::Create(Opcode, CI, Op0C->getType());