Searched refs:getCastTo (Results 1 – 4 of 4) sorted by relevance
55 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); in emitWebAssemblyDisassemblerTables()
359 virtual Init *getCastTo(RecTy *Ty) const = 0;426 Init *getCastTo(RecTy *Ty) const override;453 Init *getCastTo(RecTy *Ty) const override;
291 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit1643 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit2244 Value = V->getCastTo(getType()); in setValue()2269 Value = V->getCastTo(getType()); in setValue()
191 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()2205 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()3746 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()