Lines Matching refs:Opcode
138 /// opcode and two operands into either a constant true or false, or a brand
161 /// opcode and two operands into either a FCmp instruction. isordered is passed
2133 Instruction::CastOps Opcode = Op0C->getOpcode();
2134 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) &&
2135 (RHS == ConstantExpr::getCast(Opcode,
2139 return CastInst::Create(Opcode, CI, Op0C->getType());