Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp359 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local
360 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()
362 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
366 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
369 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()