Searched defs:RHSt (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp927 TypedInit *RHSt = dynamic_cast<TypedInit*>(RHS); local
932 if (MHSt == 0 && RHSt == 0) {
949 } else if (MHSt != 0 && RHSt != 0) {
951 RHSTy = RHSt->getType();
979 TypedInit *RHSt = dynamic_cast<TypedInit *>(RHS); local
980 if (RHSt == 0) {
984 Type = RHSt->getType();
/external/llvm/lib/TableGen/
H A DTGParser.cpp1030 if (TypedInit *RHSt = dyn_cast<TypedInit>(RHS))
1031 RHSTy = RHSt->getType();
1068 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); local
1069 if (!RHSt) {
1073 Type = RHSt->getType();

Completed in 179 milliseconds