Searched refs:ThenType (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2263 Ice::Type ThenType = ThenVal->getType(); local
2265 if (ThenType != ElseType) {
2268 StrBuf << "Select operands not same type. Found " << ThenType << " and "
2271 appendErrorInstruction(ThenType);
2276 if (!isVectorType(ThenType) ||
2278 typeNumElements(ThenType) != typeNumElements(CondType)) {
2282 << " not allowed for values of type " << ThenType; local
2284 appendErrorInstruction(ThenType);
2293 appendErrorInstruction(ThenType);
2297 Func.get(), getNextInstVar(ThenType), CondVa
[all...]

Completed in 71 milliseconds