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() function247 struct OperandTraits<CastConstantExpr>248 : public FixedNumOperandTraits<CastConstantExpr, 1> {};249 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CastConstantExpr, Value)489 return new CastConstantExpr(Opcode, Ops[0], Ty);
546 if (isa<CastConstantExpr>(C)) in deleteConstant()547 delete static_cast<CastConstantExpr *>(C); in deleteConstant()