Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance
373 virtual Init *getCastTo(RecTy *Ty) const = 0;435 Init *getCastTo(RecTy *Ty) const override;469 Init *getCastTo(RecTy *Ty) const override;541 Init *getCastTo(RecTy *Ty) const override { return Value->getCastTo(Ty); } in getCastTo() function
362 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit2139 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit2701 Value = V->getCastTo(getType()); in setValue()2726 Value = V->getCastTo(getType()); in setValue()
259 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()2745 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()4395 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()