Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp134 if (const ListRecTy *RHSl = dyn_cast<ListRecTy>(RHS)) in typeIsA() local
135 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
1141 ListInit *RHSl = dyn_cast<ListInit>(RHS); in Fold() local
1143 bool RHSok = RHSl || isa<UnsetInit>(RHS); in Fold()
1148 if (MHSok && RHSok && (!MHSl || !RHSl || MHSl->size() == RHSl->size())) { in Fold()
1150 unsigned Size = MHSl ? MHSl->size() : RHSl->size(); in Fold()
1153 Init *Name = RHSl ? RHSl->getElement(i) : UnsetInit::get(); in Fold()