Searched refs:OpcodeAndSize (Results 1 – 1 of 1) sorted by relevance
352 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local353 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()355 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()359 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()362 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()