Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1051 RecTy *MHSTy = nullptr; in ParseOperation() local
1055 MHSTy = MHSt->getType(); in ParseOperation()
1057 MHSTy = BitsRecTy::get(MHSbits->getNumBits()); in ParseOperation()
1059 MHSTy = BitRecTy::get(); in ParseOperation()
1070 MHSTy = RHSTy; in ParseOperation()
1072 RHSTy = MHSTy; in ParseOperation()
1074 if (!MHSTy || !RHSTy) { in ParseOperation()
1079 if (MHSTy->typeIsConvertibleTo(RHSTy)) { in ParseOperation()
1081 } else if (RHSTy->typeIsConvertibleTo(MHSTy)) { in ParseOperation()
1082 Type = MHSTy; in ParseOperation()