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

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2808 Ice::Type NextConstantType = Ice::IceType_void; member in class:__anon23534::final
2817 if (NextConstantType != Ice::IceType_void)
2831 NextConstantType = Context->getSimpleTypeByID(Values[0]);
2832 if (NextConstantType == Ice::IceType_void)
2843 getContext()->getConstantUndef(NextConstantType));
2852 if (Ice::isScalarIntegerType(NextConstantType)) {
2853 BitcodeInt Value(Ice::getScalarIntBitWidth(NextConstantType),
2856 NextConstantType, Value.getSExtValue())) {
2864 << NextConstantType; local
2874 switch (NextConstantType) {
2891 << NextConstantType; local
[all...]

Completed in 82 milliseconds