Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance
376 virtual Init *getCastTo(RecTy *Ty) const = 0;443 Init *getCastTo(RecTy *Ty) const override;470 Init *getCastTo(RecTy *Ty) const override;
297 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit1382 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit1810 Value = V->getCastTo(getType()); in setValue()
190 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()1771 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()