Home
last modified time | relevance | path

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

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