Searched refs:getCastTo (Results 1 – 4 of 4) sorted by relevance
50 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); in emitWebAssemblyDisassemblerTables()
376 virtual Init *getCastTo(RecTy *Ty) const = 0;443 Init *getCastTo(RecTy *Ty) const override;470 Init *getCastTo(RecTy *Ty) const override;
296 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit1383 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit1811 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()