Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance
374 virtual Init *getCastTo(RecTy *Ty) const = 0;444 Init *getCastTo(RecTy *Ty) const override;479 Init *getCastTo(RecTy *Ty) const override;
364 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit1862 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit2454 Value = V->getCastTo(getType()); in setValue()2479 Value = V->getCastTo(getType()); in setValue()
191 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()2305 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()3885 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()