Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance
373 virtual Init *getCastTo(RecTy *Ty) const = 0;443 Init *getCastTo(RecTy *Ty) const override;478 Init *getCastTo(RecTy *Ty) const override;
363 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit1777 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit2367 Value = V->getCastTo(getType()); in setValue()2392 Value = V->getCastTo(getType()); in setValue()
192 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()2263 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()3816 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()