Home | History | Annotate | Download | only in VMCore

Lines Matching refs:opcode

1232   assert(Instruction::isCast(opc) && "opcode out of range");
1238 llvm_unreachable("Invalid cast opcode");
1289 Instruction::CastOps opcode =
1293 return getCast(opcode, C, Ty);
1303 Instruction::CastOps opcode =
1305 return getCast(opcode, C, Ty);
1441 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2,
1444 assert(Opcode >= Instruction::BinaryOpsBegin &&
1445 Opcode < Instruction::BinaryOpsEnd &&
1446 "Invalid opcode in binary constant expression");
1451 switch (Opcode) {
1508 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2))
1513 ExprMapKeyType Key(Opcode, argVec, 0, Flags);
1637 // Get the key type with both the opcode and predicate
1660 // Get the key type with both the opcode and predicate