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

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp283 Ice::Type getSimpleTypeByID(NaClBcIndexSize_t ID) { function in class:__anon23534::final
942 Ice::Type BaseTy = Context->getSimpleTypeByID(Values[1]);
1005 FuncTy->setReturnType(Context->getSimpleTypeByID(Values[1]));
1010 Ice::Type ArgTy = Context->getSimpleTypeByID(Values[i]);
2246 Ice::Type CastType = Context->getSimpleTypeByID(Values[1]);
2472 Ice::Type CondTy = Context->getSimpleTypeByID(Values[0]);
2542 Ice::Type Ty = Context->getSimpleTypeByID(Values[0]);
2600 Ice::Type Ty = Context->getSimpleTypeByID(Values[2]);
2688 ReturnType = Context->getSimpleTypeByID(Values[2]);
2776 Ice::Type OpType = Context->getSimpleTypeByID(Value
[all...]

Completed in 67 milliseconds