Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CAST

205   if (BO->getOpcode() == UnOpInit::CAST) {
209 return new UnOpInit(UnOpInit::CAST, L, new StringRecTy);
280 if (BO->getOpcode() == UnOpInit::CAST) {
284 return new UnOpInit(UnOpInit::CAST, L, new DagRecTy);
556 case CAST: {
576 throw "type mismatch in cast";
586 throw "type mismatch in cast";
599 throw "type mismatch in cast";
672 case CAST: Result = "!cast<" + getType()->getAsString() + ">"; break;