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 854 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
855 if (LHSl == 0 && LHSs == 0 && LHSt == 0) {
859 if (LHSt) {
860 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
861 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
870 if (LHSl == 0 && LHSt == 0) {
892 assert(LHSt && "expected list type argument in unary operator");
893 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
    [all...]
Record.cpp 1069 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
1071 if (!LHSt)
    [all...]

Completed in 1007 milliseconds