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

  /external/llvm/lib/TableGen/
TGParser.cpp 890 TypedInit *LHSt = dynamic_cast<TypedInit*>(LHS);
891 if (LHSl == 0 && LHSs == 0 && LHSt == 0) {
895 if (LHSt) {
896 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
897 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType());
906 if (LHSl == 0 && LHSt == 0) {
928 assert(LHSt && "expected list type argument in unary operator");
929 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
    [all...]
Record.cpp 1073 TypedInit *LHSt = dynamic_cast<TypedInit*>(LHS);
1075 if (!LHSt) {
    [all...]

Completed in 763 milliseconds