Searched refs:CastConstantExpr (Results 1 – 2 of 2) sorted by relevance
46 class CastConstantExpr final : public ConstantExpr {48 CastConstantExpr(unsigned Opcode, Constant *C, Type *Ty) in CastConstantExpr() function223 struct OperandTraits<CastConstantExpr>224 : public FixedNumOperandTraits<CastConstantExpr, 1> {};225 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CastConstantExpr, Value)480 return new CastConstantExpr(Opcode, Ops[0], Ty);
563 if (isa<CastConstantExpr>(C)) in deleteConstant()564 delete static_cast<CastConstantExpr *>(C); in deleteConstant()