Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp354 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local
355 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()
357 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
361 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
364 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()