Searched refs:CastConstantExpr (Results 1 – 2 of 2) sorted by relevance
45 class CastConstantExpr final : public ConstantExpr {47 CastConstantExpr(unsigned Opcode, Constant *C, Type *Ty) in CastConstantExpr() function273 struct OperandTraits<CastConstantExpr>274 : public FixedNumOperandTraits<CastConstantExpr, 1> {};275 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CastConstantExpr, Value)520 return new CastConstantExpr(Opcode, Ops[0], Ty);
546 if (isa<CastConstantExpr>(C)) in deleteConstant()547 delete static_cast<CastConstantExpr *>(C); in deleteConstant()