Home | History | Annotate | Download | only in VMCore

Lines Matching full:opc

77   unsigned opc,          ///< opcode of the second cast constant expression
83 assert(CastInst::isCast(opc) && "Invalid cast opcode");
89 Instruction::CastOps secondOp = Instruction::CastOps(opc);
506 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V,
512 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
513 opc == Instruction::UIToFP || opc == Instruction::SIToFP)
530 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
557 res.push_back(ConstantExpr::getCast(opc,
564 switch (opc) {
589 (void) V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI,
649 opc==Instruction::SIToFP,