HomeSort by relevance Sort by last modified time
    Searched refs:MHSt (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 926 TypedInit *MHSt = dynamic_cast<TypedInit*>(MHS);
932 if (MHSt == 0 && RHSt == 0) {
949 } else if (MHSt != 0 && RHSt != 0) {
950 MHSTy = MHSt->getType();
970 TypedInit *MHSt = dynamic_cast<TypedInit *>(MHS);
971 if (MHSt == 0) {
975 Type = MHSt->getType();
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 1023 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1024 MHSTy = MHSt->getType();
    [all...]

Completed in 60 milliseconds