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