Searched refs:OpcodeAndSize (Results 1 – 2 of 2) sorted by relevance
275 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local276 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()278 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()281 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()284 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
326 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local327 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()329 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()332 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()335 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()