Home
last modified time | relevance | path

Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h376 virtual Init *getCastTo(RecTy *Ty) const = 0;
443 Init *getCastTo(RecTy *Ty) const override;
470 Init *getCastTo(RecTy *Ty) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp297 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
1382 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
1810 Value = V->getCastTo(getType()); in setValue()
DTGParser.cpp190 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()
1771 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()