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 823 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
824 if (!LHSl && !LHSs && !LHSt) {
828 if (LHSt) {
829 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
830 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
838 if (!LHSl && !LHSt) {
857 assert(LHSt && "expected list type argument in unary operator");
858 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
    [all...]
Record.cpp 930 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
932 if (!LHSt)
    [all...]

Completed in 1569 milliseconds